Skip to content

Commit

Permalink
Update repository URL in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaseemjaskp committed Jun 14, 2024
1 parent 5057672 commit f115537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"lint-staged": {
"(!/docs/*).{js,jsx,ts,tsx,md}": "prettier --write"
},
"repository.url": "https://github.com/Zipstack/llmwhisperer-js-client"
"repository": {
"type": "git",
"url": "https://github.com/Zipstack/llmwhisperer-js-client"
}
}

0 comments on commit f115537

Please sign in to comment.