Skip to content

Commit

Permalink
feat: export connect from auth package
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Nov 3, 2020
1 parent 329fdac commit 3149768
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@stacks/encryption": "^1.0.0-beta.8",
"@stacks/network": "^1.0.0-beta.8",
"@stacks/profile": "^1.0.0-beta.8",
"@stacks/connect": "^4.0.0",
"codecov": "^3.7.2",
"cross-fetch": "^3.0.5",
"jsontokens": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export { UserSession } from './userSession';
export * from './constants';
export * from './profile';
export * from './userData';
export * from '@blockstack/connect';

0 comments on commit 3149768

Please sign in to comment.