Skip to content

Commit 73f52a7

Browse files
committed
fix(NPM): making react dependency exact
1 parent 7fc84c5 commit 73f52a7

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
@@ -26,7 +26,7 @@
2626
"README.md"
2727
],
2828
"peerDependencies": {
29-
"react": "~16.0.0-alpha.6",
29+
"react": "16.0.0-alpha.6",
3030
"react-native": "~0.43.4"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)