Skip to content

Commit 1d8f2b2

Browse files
authored
Make npm project public (#15)
1 parent 6ddc3ba commit 1d8f2b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

clients/typescript/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/lightfeed/sdk"
27+
"url": "git+https://github.com/lightfeed/sdk.git"
2828
},
2929
"homepage": "https://www.lightfeed.ai/docs/apis/",
3030
"devDependencies": {
@@ -42,5 +42,8 @@
4242
},
4343
"engines": {
4444
"node": ">=14.0.0"
45+
},
46+
"publishConfig": {
47+
"access": "public"
4548
}
46-
}
49+
}

0 commit comments

Comments
 (0)