Skip to content

Commit 1f0d6c6

Browse files
chore(release): version 2.9.3 (#144)
1 parent e655771 commit 1f0d6c6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ scripts/api_spec.json
33
.coverage
44
lcov.info
55
npm/
6+
.cursor

deno.jsonc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
]
2020
},
2121
"publish": {
22-
"exclude": [
23-
"./README.md"
22+
"include": [
23+
"README.md",
24+
"LICENSE",
25+
"deno.jsonc",
26+
"src/**"
2427
]
2528
},
2629
"test": {
@@ -37,7 +40,7 @@
3740
},
3841
"lock": false,
3942
"name": "@slack/api",
40-
"version": "2.9.2",
43+
"version": "2.9.3",
4144
"exports": {
4245
".": "./src/mod.ts",
4346
"./types": "./src/types.ts"

0 commit comments

Comments
 (0)