Bump version and reorder package.json

Trying to ensure that README.md data appears on npmjs.com
This commit is contained in:
Michael Jordan
2015-09-25 08:50:33 -04:00
parent e9af64bc44
commit 3256a29085
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -1,7 +1,15 @@
{
"name": "phonegap-plugin-mobile-accessibility",
"version": "0.1.4-dev",
"description": "PhoneGap Mobile Accessibility Plugin",
"version": "1.0.0",
"homepage": "http://github.com/phonegap/phonegap-mobile-accessibility#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git"
},
"bugs": {
"url": "https://github.com/phonegap/phonegap-mobile-accessibility/issues"
},
"cordova": {
"id": "phonegap-plugin-mobile-accessibility",
"platforms": [
@@ -10,10 +18,6 @@
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/phonegap/phonegap-mobile-accessibility.git"
},
"keywords": [
"phonegap",
"mobile accessibility",
@@ -29,9 +33,5 @@
}
],
"author": "Adobe PhoneGap Team",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/phonegap/phonegap-mobile-accessibility/issues"
},
"homepage": "https://github.com/phonegap/phonegap-mobile-accessibility#readme"
"license": "Apache 2.0"
}