Skip to content

Commit

Permalink
Lock lunr version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Jul 29, 2018
1 parent f7dee9a commit dca2f78
Show file tree
Hide file tree
Showing 3 changed files with 4,986 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"lodash": "^4.5.1",
"lunr": "^2.1.2"
"lunr": "2.3.1"
},
"devDependencies": {
"del": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion themes/navy/layout/partial/after_footer.swig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- endbuild -->
{% if page.layout === 'plugins' %}
<!-- Plugin search -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.1.2/lunr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.1/lunr.min.js"></script>
<!-- Lazy load -->
<script async src="https://cdn.jsdelivr.net/lazysizes/3.0.0/lazysizes.min.js"></script>
<!-- build:js build/js/plugins.js -->
Expand Down
Loading

0 comments on commit dca2f78

Please sign in to comment.