Skip to content

Commit

Permalink
prepare release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KenChoi authored and KenChoi committed Mar 1, 2017
1 parent e88af1f commit a0c3aaf
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpush-react-native",
"version": "1.5.0",
"version": "1.5.1",
"description": "a jpush plugin for react native application",
"main": "index.js",
"scripts": {
Expand All @@ -21,24 +21,24 @@
"url": "https://github.com/jpush/jpush-react-native/issues"
},
"homepage": "https://github.com/jpush/jpush-react-native#readme",
"peerDependencies": {
"jcore-react-native": ">= 1.0.0"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"UserNotifications",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics"
]
}
}
}
"peerDependencies": {
"jcore-react-native": ">= 1.0.0"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"UserNotifications",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics"
]
}
}
}

0 comments on commit a0c3aaf

Please sign in to comment.