Skip to content

Commit 5d5152f

Browse files
committed
Merge branch 'meteor-2.16.1' into meteor-2.16.2
# Conflicts: # package-lock.json # package.json
2 parents 855fab2 + 8ec88a5 commit 5d5152f

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
"description": "cordova-android release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",
7-
"repository": "github:apache/cordova-android",
8-
"bugs": "https://github.com/apache/cordova-android/issues",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/apache/cordova-android.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/apache/cordova-android/issues"
13+
},
914
"keywords": [
1015
"android",
1116
"cordova",
@@ -25,7 +30,7 @@
2530
"license": "Apache-2.0",
2631
"dependencies": {
2732
"android-versions": "^2.1.0",
28-
"cordova-common": "^5.0.1",
33+
"cordova-common": "5.0.1",
2934
"dedent": "^1.5.3",
3035
"execa": "^5.1.1",
3136
"fast-glob": "^3.3.3",
@@ -58,5 +63,10 @@
5863
"lcov",
5964
"text"
6065
]
61-
}
66+
},
67+
"directories": {
68+
"lib": "lib",
69+
"test": "test"
70+
},
71+
"homepage": "https://github.com/apache/cordova-android#readme"
6272
}

0 commit comments

Comments
 (0)