Skip to content

Commit 2668cda

Browse files
author
Valentyn
committed
npm dependencies and peerDependencies updated to support both webpack 1.x.x and 2.x.x. version 1.0.3
1 parent 4ab94d3 commit 2668cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-replace-loader",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Replace loader for Webpack",
55
"keywords": [
66
"webpack",
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"chai": "^3.2.0",
2323
"mocha": "^2.3.2",
24-
"webpack": "^1.9.0"
24+
"webpack": "1.x.x || 2.x.x"
2525
},
2626
"peerDependencies": {
27-
"webpack": "^1.9.0"
27+
"webpack": "1.x.x || 2.x.x"
2828
},
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)