Skip to content

Commit 956e6b8

Browse files
author
Fil Maj
authored
Publish @slack/[email protected] (#2009)
1 parent a3a06ec commit 956e6b8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

packages/web-api/package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
{
22
"name": "@slack/web-api",
3-
"version": "7.3.4",
3+
"version": "7.4.0",
44
"description": "Official library for using the Slack Platform's Web API",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",
7-
"keywords": ["slack", "web-api", "bot", "client", "http", "api", "proxy", "rate-limiting", "pagination"],
7+
"keywords": [
8+
"slack",
9+
"web-api",
10+
"bot",
11+
"client",
12+
"http",
13+
"api",
14+
"proxy",
15+
"rate-limiting",
16+
"pagination"
17+
],
818
"main": "dist/index.js",
919
"types": "./dist/index.d.ts",
10-
"files": ["dist/**/*"],
20+
"files": [
21+
"dist/**/*"
22+
],
1123
"engines": {
1224
"node": ">= 18",
1325
"npm": ">= 8.6.0"

0 commit comments

Comments
 (0)