Skip to content

Commit f4af0dc

Browse files
authored
chore: cleanup package.json (#514)
1 parent 8d07b74 commit f4af0dc

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

package.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@
1515
"lint": "eslint . bin/cordova",
1616
"cover": "nyc jasmine"
1717
},
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-
},
18+
"repository": "github:apache/cordova-cli",
19+
"bugs": "https://github.com/apache/cordova-cli/issues",
2620
"keywords": [
2721
"cordova",
2822
"client",
@@ -50,7 +44,7 @@
5044
"nyc": "^14.1.1",
5145
"rewire": "^4.0.1"
5246
},
53-
"author": "Anis Kadri",
47+
"author": "Apache Software Foundation",
5448
"contributors": [
5549
{
5650
"name": "Brian LeRoux",
@@ -147,6 +141,9 @@
147141
{
148142
"name": "Jesse MacFadyen",
149143
"email": "[email protected]"
144+
},
145+
{
146+
"name": "Anis Kadri"
150147
}
151148
],
152149
"license": "Apache-2.0",

0 commit comments

Comments
 (0)