v1.1.17
Showing
{ | { | ||
"name": "react-native-notifications", | "name": "react-native-notifications", | ||
"version": "1.1.16", | "version": "1.1.17", | ||
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | ||
"author": "Lidan Hifi <lidan.hifi@gmail.com>", | "author": "Lidan Hifi <lidan.hifi@gmail.com>", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -25,8 +25,8 @@ | ... | @@ -25,8 +25,8 @@ |
"uuid": "^2.0.3" | "uuid": "^2.0.3" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"react-native": ">=0.25.1", | "react": ">=0.14.5", | ||
"react": ">=0.14.5" | "react-native": ">=0.25.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-eslint": "^6.0.2", | "babel-eslint": "^6.0.2", | ||
... | ... |
Please register or sign in to comment