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

Commit

Permalink
Update to use webpack 2 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewnham committed Jan 18, 2017
1 parent 793fc26 commit 78f776b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ node_js:
- 4

env:
- WEBPACK_VERSION=2.2.0-rc.4
- WEBPACK_VERSION=2
- WEBPACK_VERSION=1

matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"eslint": "^3.0.0",
"eslint-friendly-formatter": "^2.0.4",
"npmpub": "^3.0.1",
"webpack": "^2.2.0-rc.4"
"webpack": "^2.2.0"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 78f776b

Please sign in to comment.