Skip to content

Commit 362acc9

Browse files
authored
fix: correct namespace for url
PR: #336
1 parent 6614ead commit 362acc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "JS library to automatically report events to Topsort's Analytics",
55
"main": "dist/ts.js",
66
"type": "module",
7-
"url": "https://github.com/Topsort/analytics.js",
7+
"repository": {
8+
"url": "https://github.com/Topsort/analytics.js"
9+
},
810
"packageManager": "pnpm@9.9.0",
911
"keywords": ["ads", "sponsored listings", "auctions", "analytics", "topsort"],
1012
"engines": {

0 commit comments

Comments
 (0)