From cfded35f338e87eebc21d246bf70851ca635b9ff Mon Sep 17 00:00:00 2001 From: Lidan Hifi Date: Tue, 12 Apr 2016 12:34:59 +0300 Subject: [PATCH] 0.0.7 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b4b865..cee5d6c 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" + ] } } -- 2.26.2