Skip to content

Commit 2fb0a36

Browse files
authored
chore(npm): use short notation in package.json (apache#746)
1 parent 7c2810e commit 2fb0a36

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
@@ -13,13 +13,8 @@
1313
"windows"
1414
]
1515
},
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/apache/cordova-plugin-inappbrowser"
19-
},
20-
"bugs": {
21-
"url": "https://github.com/apache/cordova-plugin-inappbrowser/issues"
22-
},
16+
"repository": "github:apache/cordova-plugin-inappbrowser",
17+
"bugs": "https://github.com/apache/cordova-plugin-inappbrowser/issues",
2318
"keywords": [
2419
"cordova",
2520
"in",

0 commit comments

Comments
 (0)