Skip to content

Commit c30eb8c

Browse files
committed
fix: packag ename
1 parent 619a7aa commit c30eb8c

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
@@ -24,7 +24,10 @@
2424
"test": "npm run mocha 'test/**/*.test.ts'",
2525
"prepublish": "npm run build"
2626
},
27-
"repository": "github:solojungle/threads-ts",
27+
"repository": {
28+
"type": "git",
29+
"url": "git+https://github.com/solojungle/threads-ts.git"
30+
},
2831
"homepage": "https://github.com/solojungle/threads-ts#readme",
2932
"author": "Ali Awari (https://x.com/aliawarii)",
3033
"license": "Apache-2.0",

0 commit comments

Comments
 (0)