Skip to content

Commit 8274198

Browse files
author
Fil Maj
authored
Publish @slack/[email protected] (#2023)
1 parent 2c1a6e6 commit 8274198

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

packages/types/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "@slack/types",
3-
"version": "2.13.0",
3+
"version": "2.13.1",
44
"description": "Shared type definitions for the Node Slack SDK",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",
7-
"keywords": ["slack", "typescript", "types", "api"],
7+
"keywords": [
8+
"slack",
9+
"typescript",
10+
"types",
11+
"api"
12+
],
813
"main": "dist/index.js",
914
"types": "dist/index.d.ts",
10-
"files": ["dist/**/*"],
15+
"files": [
16+
"dist/**/*"
17+
],
1118
"engines": {
1219
"node": ">= 12.13.0",
1320
"npm": ">= 6.12.0"

0 commit comments

Comments
 (0)