diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 89f65de..d3e5e47 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -24,7 +24,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/lightfeed/sdk" + "url": "git+https://github.com/lightfeed/sdk.git" }, "homepage": "https://www.lightfeed.ai/docs/apis/", "devDependencies": { @@ -42,5 +42,8 @@ }, "engines": { "node": ">=14.0.0" + }, + "publishConfig": { + "access": "public" } -} \ No newline at end of file +} \ No newline at end of file