Skip to content

Commit 842180a

Browse files
committed
修改项目名称,配置package.json文件
1 parent db6a6af commit 842180a

File tree

2 files changed

+9
-58
lines changed

2 files changed

+9
-58
lines changed

package.json

Lines changed: 8 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,17 @@
11
{
2-
"_from": "cordova-plugin-app-update",
3-
4-
"_inBundle": false,
5-
"_integrity": "sha512-JQLTdkFZ9nViV0WS7VD4WYKPj7WItDhxj/cwHW28+T1enYuISBKjMW6wm+X9wNd40oOY58KrH040sv0fIPvUTA==",
6-
"_location": "/cordova-plugin-app-update",
7-
"_phantomChildren": {},
8-
"_requested": {
9-
"type": "tag",
10-
"registry": true,
11-
"raw": "cordova-plugin-app-update",
12-
"name": "cordova-plugin-app-update",
13-
"escapedName": "cordova-plugin-app-update",
14-
"rawSpec": "",
15-
"saveSpec": null,
16-
"fetchSpec": "latest"
17-
},
18-
"_requiredBy": [
19-
"#USER",
20-
"/"
21-
],
22-
"_resolved": "https://registry.npmjs.org/cordova-plugin-app-update/-/cordova-plugin-app-update-2.0.2.tgz",
23-
"_shasum": "9a1ed9c890273901601f63c7d1ef572697c7e981",
24-
"_spec": "cordova-plugin-app-update",
25-
"_where": "E:\\Android\\lineme-app",
26-
"author": {
27-
"name": "vaenow"
28-
},
29-
"bugs": {
30-
"url": "https://github.com/vaenow/cordova-plugin-app-update/issues"
31-
},
32-
"bundleDependencies": false,
2+
"name": "cordova-plugin-android-update",
3+
"version": "2.0.2",
4+
"description": "扫一扫",
335
"cordova": {
34-
"id": "cordova-plugin-app-update",
6+
"id": "cordova-plugin-android-update",
357
"platforms": [
368
"android"
379
]
3810
},
39-
"deprecated": false,
40-
"description": "Cordova App Update",
41-
"devDependencies": {
42-
"jshint": "^2.6.0"
43-
},
44-
"homepage": "https://github.com/vaenow/cordova-plugin-app-update#readme",
45-
"keywords": [
46-
"cordova",
47-
"app",
48-
"auto",
49-
"update",
50-
"updater",
51-
"dynamic",
52-
"ecosystem:cordova",
53-
"cordova-android"
54-
],
55-
"license": "MIT",
56-
"name": "cordova-plugin-app-update",
57-
"repository": {
58-
"type": "git",
59-
"url": "git+https://github.com/vaenow/cordova-plugin-app-update.git"
60-
},
11+
"main": "index.js",
6112
"scripts": {
62-
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
63-
"test": "npm run jshint"
13+
"test": "echo \"Error: no test specified\" && exit 1"
6414
},
65-
"version": "2.0.2"
15+
"author": "郑亮",
16+
"license": "ISC"
6617
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3-
id="cordova-plugin-app-update" version="2.0.2">
3+
id="cordova-plugin-android-update" version="2.0.2">
44
<name>AppUpdate</name>
55
<description>Cordova App Update</description>
66
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)