From 05d0c62a25ca99fa5c3df45d7a763c947e2fb3d0 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Sun, 12 Jan 2020 00:58:45 +0900 Subject: [PATCH] v1.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1368a115..9f4290fb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/push-notification-ios", - "version": "1.0.4", + "version": "1.0.5", "description": "React Native Push Notification API for iOS", "main": "js/index.js", "types": "index.d.ts", @@ -14,7 +14,7 @@ "test:flow": "flow check", "test:js": "echo 0", "lint": "eslint .", - "test:tsc":"tsc --noEmit" + "test:tsc": "tsc --noEmit" }, "keywords": [ "react-native",