Skip to content

Commit 1c2d321

Browse files
committed
chore: publishing NPM package to @stackoverflow NPM org
1 parent 77889b1 commit 1c2d321

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sdk/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
2-
"name": "so-teams-sdk",
2+
"name": "@stackoverflow/teams-sdk",
33
"version": "1.2.0",
4-
"description": "SDK for Stack Overflow Teams API",
4+
"description": "SDK for the Stack Overflow Teams API",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"exports": {
811
".": {
912
"import": "./dist/index.js",

0 commit comments

Comments
 (0)