diff options
| author | Yuval Adam <_@yuv.al> | 2017-10-21 20:27:45 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-10-21 20:27:45 +0300 |
| commit | 2aed6ffbf21503d9d76f5556df491f2630deae8b (patch) | |
| tree | bce779747c94182478eaaf2dc7e6501215228f3b /package.json | |
| parent | 7fca3ed3da102582d0553ed455feaf3ff9ac8389 (diff) | |
Move webpack to deps for Heroku build
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c0950f5..916605d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "redis": "^2.8.0", "request": "^2.83.0", "vue": "^2.4.4", - "vue-slider-component": "^2.4.3" + "vue-slider-component": "^2.4.3", + "webpack": "^3.8.1" }, "devDependencies": { "babel-core": "^6.26.0", @@ -34,8 +35,7 @@ "node-sass": "^4.5.3", "sass-loader": "^6.0.6", "vue-loader": "^13.3.0", - "vue-template-compiler": "^2.5.2", - "webpack": "^3.7.1" + "vue-template-compiler": "^2.5.2" }, "private": false } |
