From c6435f6b22178472bc9c4d9fe681557eac8c0be7 Mon Sep 17 00:00:00 2001 From: Lidan Hifi Date: Mon, 30 May 2016 12:24:10 +0300 Subject: [PATCH] ignore DerivedData --- .npmignore | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index ffa2e1f..ab93352 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,7 @@ example/ test/ +RNNotifications/DerivedData +node_modules/ + +.eslintrc +*.yml diff --git a/package.json b/package.json index 39dfa8c..59c59cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "0.1.2", + "version": "0.1.3", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "author": "Lidan Hifi ", "license": "MIT", -- 2.26.2