Skip to content

Commit a13a360

Browse files
authored
chore(npm): use short notation in package.json (#282)
1 parent cd2cdac commit a13a360

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@
1212
"windows"
1313
]
1414
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/apache/cordova-plugin-media"
18-
},
19-
"bugs": {
20-
"url": "https://github.com/apache/cordova-plugin-media/issues"
21-
},
15+
"repository": "github:apache/cordova-plugin-media",
16+
"bugs": "https://github.com/apache/cordova-plugin-media/issues",
2217
"keywords": [
2318
"cordova",
2419
"media",

0 commit comments

Comments
 (0)