aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-01-31 13:37:47 +0100
committerZog2018-01-31 13:44:48 +0100
commite12c06e4a5733c22588982db7cd857126cc6296d (patch)
treeb7aa1b95c0cf11e7dbc369fb49af22d0a9e49975
parent4fa30ef61bd334de0627267b7b2eda4e09c8b728 (diff)
downloadchouette-core-e12c06e4a5733c22588982db7cd857126cc6296d.tar.bz2
Try and fix jenkins builds
-rw-r--r--package.json2
-rw-r--r--yarn.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 802a2eef7..e80f5231e 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"babel-preset-react": "6.24.1",
"babelify": "8.0.0",
"bootstrap": "3",
+ "clean-webpack-plugin": "^0.1.18",
"coffee-loader": "^0.9.0",
"coffeescript": "1.12.7",
"jquery": "3.2.1",
@@ -29,7 +30,6 @@
"node": "~6.12.0"
},
"devDependencies": {
- "clean-webpack-plugin": "0.1.17",
"es6-object-assign": "1.1.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
diff --git a/yarn.lock b/yarn.lock
index d17ae1d52..b32d906dd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1347,9 +1347,9 @@ clap@^1.0.9:
dependencies:
chalk "^1.1.3"
-clean-webpack-plugin@0.1.17:
- version "0.1.17"
- resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.17.tgz#71c57242e6d47204d46f809413176e7bed28ec49"
+clean-webpack-plugin@^0.1.18:
+ version "0.1.18"
+ resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.18.tgz#2e2173897c76646031bff047c14b9c22c80d8c4a"
dependencies:
rimraf "^2.6.1"