Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit fff954b

Browse files
committed
[changed] Allow both 0.14 and 15 versions of React
1 parent 51bddfa commit fff954b

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
@@ -51,6 +51,6 @@
5151
"lodash": "^4.5.0"
5252
},
5353
"peerDependencies": {
54-
"react": "^0.14.7"
54+
"react": "^0.14.7 || ^15.0.0-0"
5555
}
5656
}

0 commit comments

Comments
 (0)