Skip to content

Commit 668b004

Browse files
authored
Merge pull request #2 from AegisJSProject/bug/repo
Fix repo URL
2 parents a89364a + 267829d commit 668b004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"repository": {
6262
"type": "git",
63-
"url": "git+https://github.com/AegisJSProject/template.git"
63+
"url": "git+https://github.com/AegisJSProject/aegis-modal.git"
6464
},
6565
"author": "Chris Zuber <admin@kernvalley.us>",
6666
"license": "MIT",
@@ -75,9 +75,9 @@
7575
}
7676
],
7777
"bugs": {
78-
"url": "https://github.com/AegisJSProject/template/issues"
78+
"url": "https://github.com/AegisJSProject/aegis-modal/issues"
7979
},
80-
"homepage": "https://github.com/AegisJSProject/template#readme",
80+
"homepage": "https://github.com/AegisJSProject/aegis-modal#readme",
8181
"devDependencies": {
8282
"@rollup/plugin-node-resolve": "^15.2.3",
8383
"@shgysk8zer0/rollup-import": "^1.2.3",

0 commit comments

Comments
 (0)