Skip to content

Commit

Permalink
Publish @slack/[email protected] (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj authored Sep 10, 2024
1 parent 2c1a6e6 commit 8274198
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "@slack/types",
"version": "2.13.0",
"version": "2.13.1",
"description": "Shared type definitions for the Node Slack SDK",
"author": "Slack Technologies, LLC",
"license": "MIT",
"keywords": ["slack", "typescript", "types", "api"],
"keywords": [
"slack",
"typescript",
"types",
"api"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"engines": {
"node": ">= 12.13.0",
"npm": ">= 6.12.0"
Expand Down

0 comments on commit 8274198

Please sign in to comment.