Skip to content

Commit 1203a1c

Browse files
bondzSpaceK33z
authored andcommitted
Allow webpack 2 RC (#160)
1 parent 07064f0 commit 1203a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Tobias Koppers @sokra",
55
"description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory",
66
"peerDependencies": {
7-
"webpack": "1 || ^2.1.0-beta"
7+
"webpack": "1 || ^2.1.0-beta || ^2.2.0-rc.0"
88
},
99
"dependencies": {
1010
"memory-fs": "~0.4.1",

0 commit comments

Comments
 (0)