Skip to content

Commit

Permalink
switch plugin id and publish it to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
BelinChung committed Jul 29, 2015
1 parent 36371fa commit cb48feb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cordova (PhoneGap) Plugin to connect to the native Weibo SDK

### Installation

cordova plugins add com.hiliaox.weibo
cordova plugins add cordova-plugin-weibo


### iOS
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "cordova-plugin-weibo",
"version": "1.3.0",
"name": "com.hiliaox.weibo",
"cordova_name": "Weibo",
"description": "weibo plugin for cordova",
"platforms": [
"android",
"ios"
],
"cordova": {
"id": "cordova-plugin-weibo",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/BelinChung/cordova-plugin-weibo"
},
},
"keywords": [
"cordova",
"ecosystem:cordova",
"sina",
"weibo",
"sdk"
],
"engines": [{
"name": "cordova",
"version": ">=3.1.0"
}],
"author": "BelinChung",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.hiliaox.weibo"
id="cordova-plugin-weibo"
version="1.3.0">
<name>Weibo</name>
<description>weibo plugin for cordova</description>
Expand Down

0 comments on commit cb48feb

Please sign in to comment.