Skip to content

Commit ffdc48b

Browse files
committed
upgrade simple-jekyll-search dep
1 parent 4f36fc8 commit ffdc48b

File tree

7 files changed

+146
-3099
lines changed

7 files changed

+146
-3099
lines changed

Gruntfile.coffee

-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ module.exports = (grunt) ->
5555
files:
5656
"style.min.css":["style.css"]
5757
uglify:
58-
options:
59-
mangle:
60-
except:['jQuery']
6158
dist:
6259
options:
6360
sourceMap:true

bower_components/simple-jekyll-search/dest/jekyll-search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower_components/simple-jekyll-search/dest/simple-jekyll-search.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/c.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/maps/c.map

+1-1
Large diffs are not rendered by default.

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"homepage": "https://arctosdb.github.io/documentation-wiki",
1919
"devDependencies": {
20-
"autoprefixer": "^6.4.0",
20+
"autoprefixer": "^7.1.1",
2121
"autoprefixer-core": "^6.0.1",
2222
"bootlint": "^0.14.2",
2323
"bower": "^1.7.9",
2424
"btoa": "^1.1.2",
25-
"coffee-script": "^1.10.0",
25+
"coffee-script": "^1.12.6",
2626
"grunt": "^1.0.1",
2727
"grunt-autoprefixer": "^3.0.4",
2828
"grunt-bootlint": "^0.10.1",
@@ -52,14 +52,13 @@
5252
"less": "^2.7.1",
5353
"load-grunt-tasks": "^3.5.2",
5454
"markdown-it": "^8.1.0",
55-
"npm-check-updates": "^2.6.7",
5655
"time-grunt": "^1.4.0"
5756
},
5857
"dependencies": {
59-
"grunt-contrib-uglify": "^2.0.0",
58+
"grunt-contrib-uglify": "^3.0.1",
6059
"grunt-html": "^8.0.2",
6160
"grunt-regex-extract": "^0.0.1",
6261
"grunt-shell": "^2.1.0",
63-
"simple-jekyll-search": "^1.1.6"
62+
"simple-jekyll-search": "^1.2.0"
6463
}
6564
}

0 commit comments

Comments
 (0)