Skip to content

Commit ae9e6a1

Browse files
committed
fix: repo url
1 parent ed83915 commit ae9e6a1

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
@@ -25,7 +25,7 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/snyk-labs/modern-npm-package.git"
28+
"url": "https://github.com/snyk-snippets/modern-npm-package.git"
2929
},
3030
"keywords": [
3131
"npm",
@@ -43,9 +43,9 @@
4343
"author": "Snyk Labs",
4444
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/snyk-labs/modern-npm-package/issues"
46+
"url": "https://github.com/snyk-snippets/modern-npm-package/issues"
4747
},
48-
"homepage": "https://github.com/snyk-labs/modern-npm-package#readme",
48+
"homepage": "https://github.com/snyk-snippets/modern-npm-package#readme",
4949
"devDependencies": {
5050
"@types/node": "^22.12.0",
5151
"del-cli": "^6.0.0",

0 commit comments

Comments
 (0)