Skip to content

Commit ffe1938

Browse files
authored
Merge pull request #64 from Naturalclar/1.0.5
v1.0.5
2 parents 43f7259 + 05d0c62 commit ffe1938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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)