diff --git a/package.json b/package.json index 8b4b865d96727cb0815f5df3242239f0681fea0a..cee5d6c8512b11d9da64182aa78ec648b9b3baac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "0.0.6", + "version": "0.0.7", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "author": "Lidan Hifi ", "license": "MIT", @@ -52,6 +52,8 @@ }, "main": "index.ios.js", "babel": { - "presets": ["react-native"] + "presets": [ + "react-native" + ] } }