From f9a5d7087863d0394920edd8302aa3ef26ea9485 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 21 Nov 2017 18:47:31 -0500 Subject: [PATCH] Move what-input from bower to npm --- bower.json | 3 +-- gulpfile.js | 2 +- package.json | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 3514efe..2ca7320 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,6 @@ "datetimepicker": "~2.5.11", "SpinKit": "~1.2.5", "bootstrap-sass": "^3.3.7", - "list.js": "^1.5.0", - "what-input": "^5.0.3" + "list.js": "^1.5.0" } } diff --git a/gulpfile.js b/gulpfile.js index da69073..4b4ba5c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -31,7 +31,7 @@ const jsPublic = [ const jsPublicLibs = [ "bower_components/jquery/dist/jquery.js", "bower_components/bootstrap-sass/assets/javascripts/bootstrap.js", - "bower_components/what-input/dist/what-input.js" + "node_modules/what-input/dist/what-input.js" ]; // javascript files for the dashboard diff --git a/package.json b/package.json index 6157da1..eca34c9 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "gulp-sass-glob": "^1.0.8", "gulp-strip-debug": "^1.1.0", "gulp-uglify": "^3.0.0", - "gulp-util": "^3.0.8" + "gulp-util": "^3.0.8", + "what-input": "^5.0.3" } }