Skip to content

Commit 3952865

Browse files
committed
Changes the version for webpack-dev-server and webpack and also changes the npm command to run
1 parent 14abb9b commit 3952865

File tree

2 files changed

+1623
-896
lines changed

2 files changed

+1623
-896
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "index.js",
77
"scripts": {
88
"build": "rimraf dist && webpack && rimraf dist/*.js",
9-
"serve": "webpack-dev-server"
9+
"start": "webpack-dev-server"
1010
},
1111
"author": "Raphael Fabeni",
1212
"license": "MIT",
@@ -20,8 +20,8 @@
2020
"sass-loader": "^6.0.6",
2121
"sasslint-webpack-plugin": "^1.0.4",
2222
"style-loader": "^0.18.2",
23-
"webpack": "^3.5.5",
24-
"webpack-dev-server": "^2.7.1",
23+
"webpack": "3.8.1",
24+
"webpack-dev-server": "2.11.1",
2525
"webpack-livereload-plugin": "^0.11.0"
2626
}
2727
}

0 commit comments

Comments
 (0)