From e5f24fb1052d6210c4296e0e24ac51e2c61c37e4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 16 Apr 2016 16:17:14 +0200 Subject: [PATCH] switch simple-jekyll-search to npm --- _src/_assets/js/_search.js | 2 +- bower.json | 1 - package.json | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_src/_assets/js/_search.js b/_src/_assets/js/_search.js index df9eefb8..10b2f3fb 100644 --- a/_src/_assets/js/_search.js +++ b/_src/_assets/js/_search.js @@ -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) { diff --git a/bower.json b/bower.json index 22d6d568..c0c6f49b 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,6 @@ "description": "Blog of Matthias Kretschmann", "license": "MIT", "dependencies": { - "simple-jekyll-search": ">=1.0.6", "time-elements": ">=0.4.0" }, "ignore": [ diff --git a/package.json b/package.json index 688d5508..79ab8bee 100644 --- a/package.json +++ b/package.json @@ -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" },