Move what-input from bower to npm

This commit is contained in:
Kevin MacMartin 2017-11-21 18:47:31 -05:00
parent 60e35a42db
commit f9a5d70878
3 changed files with 4 additions and 4 deletions

View file

@ -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"
}
}

2
gulpfile.js vendored
View file

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

View file

@ -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"
}
}