mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Move what-input from bower to npm
This commit is contained in:
parent
60e35a42db
commit
f9a5d70878
3 changed files with 4 additions and 4 deletions
|
@ -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
2
gulpfile.js
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue