Skip to content

Commit e8ef950

Browse files
author
Benjamin Wilson
committed
Update package.json
Fixing peerDependencies
1 parent e53d115 commit e8ef950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/almost/react-native-html-webview/issues"
2525
},
2626
"homepage": "https://github.com/almost/react-native-html-webview",
27-
"peerDepenencies": {
28-
"react-native": "^0.4.4"
27+
"peerDependencies": {
28+
"react-native": ">=0.7.0 || 0.8.0-rc"
2929
},
3030
"dependencies": {
3131
"safe-html": "0.0.5"

0 commit comments

Comments
 (0)