Skip to content

Commit 7e77d54

Browse files
donavonjamiebuilds
authored andcommitted
Fix peerDependencies bug (#14)
There is no React version 14.0 (it’s 0.14) ;)
1 parent 27e9693 commit 7e77d54

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
@@ -31,7 +31,7 @@
3131
},
3232
"peerDependencies": {
3333
"prop-types": "^15.0.0",
34-
"react": "^14.0.0 || ^15.0.0 || ^16.0.0"
34+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
3535
},
3636
"devDependencies": {
3737
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)