We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619a7aa commit c30eb8cCopy full SHA for c30eb8c
package.json
@@ -24,7 +24,10 @@
24
"test": "npm run mocha 'test/**/*.test.ts'",
25
"prepublish": "npm run build"
26
},
27
- "repository": "github:solojungle/threads-ts",
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/solojungle/threads-ts.git"
30
+ },
31
"homepage": "https://github.com/solojungle/threads-ts#readme",
32
"author": "Ali Awari (https://x.com/aliawarii)",
33
"license": "Apache-2.0",
0 commit comments