Skip to content

Commit defe274

Browse files
authored
Corrects issue with referencing get-manifest-data.js file from get-maniftest hook (#1592)
* Correct .bin * Fix breaking CI/CD
1 parent 61dbdbb commit defe274

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"slack-cli-get-hooks": "./src/cli/get-hooks.js",
4040
"slack-cli-get-manifest": "./src/cli/get-manifest.js",
4141
"slack-cli-start": "./src/cli/start.js",
42-
"slack-cli-hook-utils": "./src/cli/hook-utils/manifest.js"
42+
"slack-cli-hook-utils": "./src/cli/hook-utils/manifest.js",
43+
"slack-cli-hook-utils-get-manifest-data": "./src/cli/hook-utils/get-manifest-data.js"
4344
},
4445
"repository": "slackapi/bolt",
4546
"homepage": "https://slack.dev/bolt-js",
@@ -93,7 +94,7 @@
9394
"source-map-support": "^0.5.12",
9495
"ts-node": "^8.1.0",
9596
"tsd": "^0.22.0",
96-
"typescript": "4.8.3"
97+
"typescript": "4.7.4"
9798
},
9899
"tsd": {
99100
"directory": "types-tests"

src/cli/hook-utils/get-manifest-data.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)