Skip to content

Commit a66ab33

Browse files
committed
Fix package.json
1 parent 4a3de8a commit a66ab33

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@
1414
],
1515
"license": "MIT",
1616
"homepage": "https://ie-buster.qranoko.jp",
17-
"repository": "https://github.com/qrac/ie-buster",
18-
"bugs": "https://github.com/qrac/ie-buster/issues",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/qrac/ie-buster"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/qrac/ie-buster/issues"
23+
},
1924
"keywords": [
2025
"javascript",
2126
"ie",

0 commit comments

Comments
 (0)