Skip to content

Commit 05d0c62

Browse files
committed
v1.0.5
1 parent 6d4fe11 commit 05d0c62

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/push-notification-ios",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "React Native Push Notification API for iOS",
55
"main": "js/index.js",
66
"types": "index.d.ts",
@@ -14,7 +14,7 @@
1414
"test:flow": "flow check",
1515
"test:js": "echo 0",
1616
"lint": "eslint .",
17-
"test:tsc":"tsc --noEmit"
17+
"test:tsc": "tsc --noEmit"
1818
},
1919
"keywords": [
2020
"react-native",

0 commit comments

Comments
 (0)