1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-22 17:23:50 +01:00

switch simple-jekyll-search to npm

This commit is contained in:
Matthias Kretschmann 2016-04-16 16:17:14 +02:00
parent 478d017076
commit e5f24fb105
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
3 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -8,7 +8,6 @@
"description": "Blog of Matthias Kretschmann",
"license": "MIT",
"dependencies": {
"simple-jekyll-search": ">=1.0.6",
"time-elements": ">=0.4.0"
},
"ignore": [

View File

@ -19,6 +19,7 @@
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"picturefill": ">=2.3.1",
"simple-jekyll-search": "^1.1.4",
"svg4everybody": ">=0.0.2",
"webcomponents.js": ">=0.7.1"
},