Skip to content

Commit

Permalink
npm registry ready
Browse files Browse the repository at this point in the history
  • Loading branch information
jtorres committed Sep 17, 2015
1 parent 7fc377a commit 3af7a61
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
69 changes: 37 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
{
"name": "cordovaTwitter",
"version": "0.8.5",
"cordova": {
"id": "cordovaTwitter",
"platforms": [
"ios",
"android"
]
},
"description": "Integrate Twitter with Cordova App",
"license": "MIT",
"repository":{
"type": "git",
"url": "https://github.com/jmtt89/cordovaTwitter.git"
},
"keywords": [
"ecosystem:cordova",
"cordova",
"device",
"cordovaplugin",
"cordova-ios",
"cordova-android",
"twitter",
"Angular",
"Ionic",
"ngCordova",
"phonegap"
],
"author": "jmtt89",
"contributors": ["etiennead"],
"homepage": "https://github.com/jmtt89/cordovaTwitter"
}
"name": "cordovaTwitter",
"version": "0.8.5",
"cordova": {
"id": "cordovaTwitter",
"platforms": [
"ios",
"android"
]
},
"description": "Integrate Twitter with Cordova App",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jmtt89/cordovaTwitter.git"
},
"keywords": [
"ecosystem:cordova",
"cordova",
"device",
"cordovaplugin",
"cordova-ios",
"cordova-android",
"twitter",
"Angular",
"Ionic",
"ngCordova",
"phonegap"
],
"author": "jmtt89",
"contributors": [
"etiennead"
],
"homepage": "https://github.com/jmtt89/cordovaTwitter",
"bugs": {
"url": "https://github.com/jmtt89/cordovaTwitter/issues"
}
}
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://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-twitter"
id="cordovaTwitter"
version="0.8.5">

<name>Cordova Twitter</name>
Expand Down

0 comments on commit 3af7a61

Please sign in to comment.