2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Update package-lock.json. (#23975)

This commit is contained in:
XhmikosR
2017-09-17 20:27:30 +03:00
committed by GitHub
parent 6c70c70f63
commit eb2a6f2efd
3 changed files with 696 additions and 759 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ module.exports = {
],
plugins: [
process.env.ROLLUP && 'external-helpers',
process.env.PLUGINS && 'transform-es2015-modules-strip',
process.env.PLUGINS && 'transform-es2015-modules-strip'
].filter(Boolean)
};
+692 -755
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -76,11 +76,11 @@
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-cli": "7.0.0-beta.0",
"babel-cli": "^7.0.0-beta.0",
"babel-eslint": "^8.0.0",
"babel-plugin-external-helpers": "7.0.0-beta.0",
"babel-plugin-external-helpers": "^7.0.0-beta.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-env": "2.0.0-beta.0",
"babel-preset-env": "^2.0.0-beta.0",
"clean-css-cli": "^4.1.6",
"cross-env": "^5.0.5",
"eslint": "^4.2.0",