Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit cbd4690

Browse files
authored
Add webpack 2 RC compatibility
1 parent 480a7cb commit cbd4690

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": "Extract text from bundle into a file.",
66
"peerDependencies": {
7-
"webpack": "^2.1.0-beta.19"
7+
"webpack": "^2.1.0-beta.19 || ^2.2.0-rc.0"
88
},
99
"dependencies": {
1010
"async": "^2.1.2",

0 commit comments

Comments
 (0)