Skip to content

Commit

Permalink
#590 exporting utils
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnsto committed Oct 20, 2021
1 parent f29071b commit e65f762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"./auth": {
"import": "./dist/mjs/export/auth.js",
"require": "./dist/cjs/export/auth.js"
},
"./utils": {
"import": "./dist/mjs/export/utils.js",
"require": "./dist/cjs/export/utils.js"
}
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/export/utils.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '../utils';
1 change: 1 addition & 0 deletions packages/core/utils.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/cjs/export/api';

0 comments on commit e65f762

Please sign in to comment.