Skip to content

Commit 51bb1df

Browse files
committed
refactor: Fix repository in package.json
1 parent 3891674 commit 51bb1df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"license": "ISC",
1212
"main": "dist/index.js",
1313
"homepage": "https://github.com/Twixes/pip-requirements-js#readme",
14-
"repository": "Twixes/pip-requirements-js",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/Twixes/pip-requirements-js.git"
17+
},
1518
"packageManager": "pnpm@8.6.11",
1619
"scripts": {
1720
"prepare": "husky install",

0 commit comments

Comments
 (0)