Skip to content

Commit

Permalink
Export experience.ts from index file (#107)
Browse files Browse the repository at this point in the history
* Export experience.ts from index file

* Update package.json
  • Loading branch information
bencmbrook authored Nov 13, 2023
1 parent e05ea53 commit c39c740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/airgap.js-types",
"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "10.7.3",
"version": "10.7.4",
"homepage": "https://github.com/transcend-io/airgap.js-types",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './iab';
export * from './ui';
export * from './enums';
export * from './constants';
export * from './experience';

0 comments on commit c39c740

Please sign in to comment.