diff --git a/package.json b/package.json index 368c480..c367493 100644 --- a/package.json +++ b/package.json @@ -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" + } }