Skip to content

Commit a060e2b

Browse files
Fix peer dependency package name.
1 parent 2ed1f61 commit a060e2b

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
@@ -5,7 +5,7 @@
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"@react-native-community/react-native-push-notification-ios": "^1.0.5"
8+
"@react-native-community/push-notification-ios": "^1.0.5"
99
},
1010
"repository": "https://github.com/reason-react-native/push-notification-ios.git",
1111
"license": "MIT",

0 commit comments

Comments
 (0)