Skip to content

Commit 3151ded

Browse files
committed
fix: add repository URL to package.json
1 parent d6e1ee1 commit 3151ded

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"github": "./dist/index.js"
99
},
1010
"repository": {
11-
"type": "git"
11+
"type": "git",
12+
"url": "https://github.com/RKDH2/neis-api.ts"
1213
},
1314
"scripts": {
1415
"lint": "eslint src --ignore-pattern .gitignore",

0 commit comments

Comments
 (0)