Skip to content

Commit

Permalink
Rexport the slack-messages helpers
Browse files Browse the repository at this point in the history
[changelog:added]
  • Loading branch information
cdupuis committed Jul 10, 2020
1 parent bcc2863 commit c7bde59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/slack/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ export {
ParameterIndexType,
SelectOption,
} from "./button";
export * from "@atomist/slack-messages";
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@types/flat": "^5.0.0",
"@types/git-url-parse": "^9.0.0",
"@types/js-yaml": "^3.12.4",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.chunk": "^4.2.6",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.forown": "^4.4.6",
"@types/lodash.map": "^4.6.13",
"@types/lodash.merge": "^4.6.6",
Expand All @@ -50,8 +50,8 @@
"glob-gitignore": "^1.0.14",
"js-yaml": "^3.13.1",
"jszip": "^3.4.0",
"lodash.clonedeep": "^4.5.0",
"lodash.chunk": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.forown": "^4.4.0",
"lodash.map": "^4.6.0",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit c7bde59

Please sign in to comment.