Skip to content

Commit 2f89006

Browse files
authored
Merge pull request #17 from cmmartin/patch-1
Fix misspelled package name in peerDependencies
2 parents 84e3356 + b6591c7 commit 2f89006

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
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/iyegoroff/react-native-text-gradient#readme",
2424
"peerDependencies": {
2525
"react": "*",
26-
"react-naive": "*",
26+
"react-native": "*",
2727
"prop-types": "*",
2828
"create-react-class": "*"
2929
}

0 commit comments

Comments
 (0)