Skip to content

Commit dad2094

Browse files
committed
use other semver code
1 parent ab2a002 commit dad2094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.16"
7+
"webpack": "^2.1.0-beta"
88
},
99
"dependencies": {
1010
"async": "^1.5.0",
@@ -22,7 +22,7 @@
2222
"raw-loader": "^0.5.1",
2323
"should": "^7.1.1",
2424
"style-loader": "^0.13.0",
25-
"webpack": "~2.1.0-beta.16"
25+
"webpack": "^2.1.0-beta"
2626
},
2727
"homepage": "http://github.com/webpack/extract-text-webpack-plugin",
2828
"repository": {

0 commit comments

Comments
 (0)