We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d07b74 commit f4af0dcCopy full SHA for f4af0dc
package.json
@@ -15,14 +15,8 @@
15
"lint": "eslint . bin/cordova",
16
"cover": "nyc jasmine"
17
},
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/apache/cordova-cli"
21
- },
22
- "bugs": {
23
- "url": "https://issues.apache.org/jira/browse/CB",
24
- "email": "[email protected]"
25
+ "repository": "github:apache/cordova-cli",
+ "bugs": "https://github.com/apache/cordova-cli/issues",
26
"keywords": [
27
"cordova",
28
"client",
@@ -50,7 +44,7 @@
50
44
"nyc": "^14.1.1",
51
45
"rewire": "^4.0.1"
52
46
53
- "author": "Anis Kadri",
47
+ "author": "Apache Software Foundation",
54
48
"contributors": [
55
49
{
56
"name": "Brian LeRoux",
@@ -147,6 +141,9 @@
147
141
148
142
"name": "Jesse MacFadyen",
149
143
"email": "[email protected]"
144
+ },
145
+ {
146
+ "name": "Anis Kadri"
150
}
151
],
152
"license": "Apache-2.0",
0 commit comments