Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 78f776b

Browse files
committed
Update to use webpack 2 release version
1 parent 793fc26 commit 78f776b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
- 4
88

99
env:
10-
- WEBPACK_VERSION=2.2.0-rc.4
10+
- WEBPACK_VERSION=2
1111
- WEBPACK_VERSION=1
1212

1313
matrix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^3.0.0",
3030
"eslint-friendly-formatter": "^2.0.4",
3131
"npmpub": "^3.0.1",
32-
"webpack": "^2.2.0-rc.4"
32+
"webpack": "^2.2.0"
3333
},
3434
"scripts": {
3535
"lint": "eslint .",

0 commit comments

Comments
 (0)