removing popper.js and update gulp-sass in
Updating package.json - popper.js is already part of bootstrap.bundle.min.js, so there is no need anymore for it as extra dependency
This commit is contained in:
parent
8695211a39
commit
70c54e186a
File diff suppressed because it is too large
Load Diff
|
@ -43,13 +43,12 @@
|
|||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "1.0.0",
|
||||
"gulp-rimraf": "^0.2.2",
|
||||
"gulp-sass": "4.0.1",
|
||||
"gulp-sass": "4.0.2",
|
||||
"gulp-sequence": "1.0.0",
|
||||
"gulp-sourcemaps": "2.6.4",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-watch": "5.0.1",
|
||||
"merge2": "^1.2.1",
|
||||
"popper.js": "^1.12.9",
|
||||
"run-sequence": "^2.2.1",
|
||||
"undescores-for-npm": "^1.0.0",
|
||||
"gulp-autoprefixer": "6.0.0"
|
||||
|
|
Reference in New Issue