mirror of
https://gitee.com/shuto-github/phonegap-mobile-accessibility.git
synced 2026-04-19 00:01:32 +08:00
Bump version and reorder package.json
Trying to ensure that README.md data appears on npmjs.com
This commit is contained in:
+10
-10
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user