Skip to content

Commit

Permalink
Bump lunr.js and lodash to latest patch release (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored and mortenpi committed Feb 10, 2019
1 parent 24ee006 commit 3f8bf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/html/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ parseUri.options = {
requirejs.config({
paths: {
'jquery': 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min',
'lunr': 'https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.1/lunr.min',
'lodash': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min',
'lunr': 'https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.5/lunr.min',
'lodash': 'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min',
}
});

Expand Down

0 comments on commit 3f8bf1b

Please sign in to comment.