We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e655771 commit 1f0d6c6Copy full SHA for 1f0d6c6
.gitignore
@@ -3,3 +3,4 @@ scripts/api_spec.json
3
.coverage
4
lcov.info
5
npm/
6
+.cursor
deno.jsonc
@@ -19,8 +19,11 @@
19
]
20
},
21
"publish": {
22
- "exclude": [
23
- "./README.md"
+ "include": [
+ "README.md",
24
+ "LICENSE",
25
+ "deno.jsonc",
26
+ "src/**"
27
28
29
"test": {
@@ -37,7 +40,7 @@
37
40
38
41
"lock": false,
39
42
"name": "@slack/api",
- "version": "2.9.2",
43
+ "version": "2.9.3",
44
"exports": {
45
".": "./src/mod.ts",
46
"./types": "./src/types.ts"
0 commit comments