Skip to content

Commit 2865999

Browse files
committed
fix: updated package.json license and peer dependency issues
1 parent ec244f2 commit 2865999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"name": "Gustavo Parreira",
2828
"email": "[email protected]"
2929
},
30-
"license": "GPLv3",
30+
"license": "GPL-3.0-or-later",
3131
"licenseFilename": "LICENSE",
3232
"readmeFilename": "README.md",
3333
"peerDependencies": {
34-
"react": "^16.8.1",
34+
"react": ">=16.8.1 <18.0.x",
3535
"react-native": ">=0.60.0-rc.0 <1.0.x"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)