Skip to content

Commit 93c1145

Browse files
committed
Fix upper limit for react version
1 parent 8cc8b27 commit 93c1145

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
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/chili-labs/react-fast-highlight#readme",
3737
"peerDependencies": {
38-
"react": "^0.14.0 || ^15.0.0"
38+
"react": "^0.14.0 || >=15.0 <15.3"
3939
},
4040
"devDependencies": {
4141
"babel-cli": "^6.4.5",

0 commit comments

Comments
 (0)