Catch the traditional bootstrap up with the main package

This commit is contained in:
Kevin MacMartin 2018-06-15 23:28:45 -04:00
parent 893e85471d
commit 3545378192
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ if (!isProduction) {
} }
// Declare plugin settings // Declare plugin settings
const sassOutputStyle = isProduction ? "compressed" : "nested", const sassOutputStyle = isProduction ? "compressed" : "expanded",
sassPaths = [ "bower_components", "node_modules" ], sassPaths = [ "bower_components", "node_modules" ],
autoprefixerSettings = { remove: false, cascade: false, browsers: [ "last 6 versions" ] }; autoprefixerSettings = { remove: false, cascade: false, browsers: [ "last 6 versions" ] };

View file

@ -8,15 +8,15 @@
"browser-sync": "2.24.4" "browser-sync": "2.24.4"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^8.4.1", "autoprefixer": "^8.6.2",
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.7.0",
"babelify": "^8.0.0", "babelify": "^8.0.0",
"bootstrap": "4.1.1", "bootstrap": "4.1.1",
"es6-promise": "^4.2.4", "es6-promise": "^4.2.4",
"fancy-log": "^1.3.2", "fancy-log": "^1.3.2",
"gsap": "^1.20.4", "gsap": "^2.0.1",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-babel": "^7.0.1", "gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4", "gulp-clean-css": "^3.9.4",
@ -31,6 +31,6 @@
"minimist": "^1.2.0", "minimist": "^1.2.0",
"pickadate": "^3.5.6", "pickadate": "^3.5.6",
"popper.js": "^1.14.3", "popper.js": "^1.14.3",
"what-input": "^5.0.7" "what-input": "^5.1.0"
} }
} }