Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Sep 1, 2017
1 parent dde1d9d commit d59a458
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmessage-react-plugin",
"version": "1.0.2",
"version": "2.0.0-beta",
"description": "a jmessage plugin for react native application",
"main": "index.js",
"repository": {
Expand All @@ -17,5 +17,29 @@
"bugs": {
"url": "https://github.com/jpush/jmessage-react-plugin/issues"
},
"peerDependencies": {
"jcore-react-native": ">= 1.1.8"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"UserNotifications",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics",
"CoreAudio",
"AudioToolbox",
"MobileCoreServices",
"libsqlite3.0"
]
}
},
"homepage": "https://github.com/jpush/jmessage-react-plugin#readme"
}

0 comments on commit d59a458

Please sign in to comment.