Skip to content

Commit f115537

Browse files
committed
Update repository URL in package.json
1 parent 5057672 commit f115537

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
@@ -30,5 +30,8 @@
3030
"lint-staged": {
3131
"(!/docs/*).{js,jsx,ts,tsx,md}": "prettier --write"
3232
},
33-
"repository.url": "https://github.com/Zipstack/llmwhisperer-js-client"
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/Zipstack/llmwhisperer-js-client"
36+
}
3437
}

0 commit comments

Comments
 (0)