We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77889b1 commit 1c2d321Copy full SHA for 1c2d321
sdk/package.json
@@ -1,9 +1,12 @@
1
{
2
- "name": "so-teams-sdk",
+ "name": "@stackoverflow/teams-sdk",
3
"version": "1.2.0",
4
- "description": "SDK for Stack Overflow Teams API",
+ "description": "SDK for the Stack Overflow Teams API",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
"exports": {
11
".": {
12
"import": "./dist/index.js",
0 commit comments