Skip to content

Commit 4cd9fd9

Browse files
author
Einar Löve
authored
Allow webpack 2 as peerDependency
1 parent 91e616e commit 4cd9fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"strip-ansi": "3.0.1"
3232
},
3333
"peerDependencies": {
34-
"webpack": "^1.13.2"
34+
"webpack": "^1.13.2 || <=2.1.0-beta.25"
3535
}
3636
}

0 commit comments

Comments
 (0)