Skip to content

Commit d532031

Browse files
committed
Merge pull request #412 from pyrotechnick/patch-3
Permit newer (properly versioned) webpack@2 betas
2 parents 5269e76 + 2021657 commit d532031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Tobias Koppers @sokra",
55
"description": "Serves a webpack app. Updates the browser on changes.",
66
"peerDependencies": {
7-
"webpack": ">=2.0.3-beta <3"
7+
"webpack": "^2.1.0-beta"
88
},
99
"dependencies": {
1010
"compression": "^1.5.2",

0 commit comments

Comments
 (0)