Skip to content

Commit 6817d29

Browse files
author
Diogo Franco
authored
Be more specific on the peerDependencies
This is not actually API-compatible with any webpack beta older than 2.1.0-beta.19.
1 parent 2cf2e87 commit 6817d29

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"
7+
"webpack": "^2.1.0-beta.19"
88
},
99
"dependencies": {
1010
"async": "^1.5.0",

0 commit comments

Comments
 (0)