Skip to content

Commit

Permalink
Update webpack to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
galbi101 committed Dec 12, 2017
1 parent d52e09d commit 0edf2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server-with-benefits",
"author": "Gal Ben-Ishay",
"version": "0.16.0",
"version": "0.17.0",
"engines": {
"node": ">=0.10"
},
Expand All @@ -12,8 +12,8 @@
"cli-color": "~0.3.2",
"body-parser": "~1.8.3",
"underscore": "~1.7.0",
"webpack": "^2.7.0",
"webpack-dev-middleware": "^1.12.0"
"webpack": "3.0.0",
"webpack-dev-middleware": "^1.12.2"
},
"bin": {
"swb": "./bin/server"
Expand Down

0 comments on commit 0edf2b5

Please sign in to comment.