diff --git a/.npmignore b/.npmignore index ffa2e1f7692686db5537abb55a2f8bf05815eb0d..ab9335253ecbae009ded802179b840e2987180d0 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 39dfa8cc0e16d0ec3f9d4fc606f39b0803acaadf..59c59cdc809e9549e3e14bf0d0863ec9b35fcf04 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",