Skip to content

Commit cbc9ae5

Browse files
react module added to peerDependencies with >=16.8.0 fix #28
1 parent 3261b2c commit cbc9ae5

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "react-native-hooks",
3-
"version": "0.0.7",
3+
"version": "0.0.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "Nader Dabit",
1010
"license": "ISC",
11-
"dependencies": {
12-
"react": "^16.8.3"
11+
"peerDependencies": {
12+
"react": ">=16.8.0",
13+
"react-native": ">=0.59"
1314
}
1415
}

yarn.lock

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)