Skip to content

Commit

Permalink
Test explicit export (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwhmeikle committed May 17, 2023
1 parent d5c00b6 commit 9c9056b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@authsignal/browser",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./authsignal";
export {Authsignal} from "./authsignal";
export * from "./types";

0 comments on commit 9c9056b

Please sign in to comment.