mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
switch simple-jekyll-search to npm
This commit is contained in:
parent
478d017076
commit
e5f24fb105
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
//=require ../../../bower_components/simple-jekyll-search/dest/jekyll-search.js
|
//=require ../../../node_modules/simple-jekyll-search/dest/jekyll-search.js
|
||||||
|
|
||||||
var Search = (function(w, d) {
|
var Search = (function(w, d) {
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
"description": "Blog of Matthias Kretschmann",
|
"description": "Blog of Matthias Kretschmann",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"simple-jekyll-search": ">=1.0.6",
|
|
||||||
"time-elements": ">=0.4.0"
|
"time-elements": ">=0.4.0"
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
"normalize-css": ">=2.3.1",
|
"normalize-css": ">=2.3.1",
|
||||||
"normalize-opentype.css": ">=0.2.4",
|
"normalize-opentype.css": ">=0.2.4",
|
||||||
"picturefill": ">=2.3.1",
|
"picturefill": ">=2.3.1",
|
||||||
|
"simple-jekyll-search": "^1.1.4",
|
||||||
"svg4everybody": ">=0.0.2",
|
"svg4everybody": ">=0.0.2",
|
||||||
"webcomponents.js": ">=0.7.1"
|
"webcomponents.js": ">=0.7.1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user