Skip to content

Commit

Permalink
Add exports for button interfaces (#13)
Browse files Browse the repository at this point in the history
* Add exports for button interfaces.
  • Loading branch information
Blackbaud-AdamHickey authored Feb 1, 2019
1 parent 08d66c1 commit 49c334c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blackbaud/sky-addin-client",
"version": "1.0.6",
"version": "1.0.7",
"description": "SKY add-in client",
"main": "dist/bundles/sky-addin-client.umd.js",
"module": "index.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/addin/client-interfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from './addin-button-config';
export * from './addin-button-style';
export * from './addin-client-args';
export * from './addin-client-callbacks';
export * from './addin-client-close-modal-args';
Expand Down

0 comments on commit 49c334c

Please sign in to comment.