Skip to content

Commit

Permalink
feat: undo export connect from auth
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Dec 7, 2020
1 parent 2db3054 commit 233df70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
},
"dependencies": {
"@stacks/common": "^1.0.0-beta.18",
"@stacks/connect": "^4.0.0",
"@stacks/encryption": "^1.0.0-beta.18",
"@stacks/network": "^1.0.0-beta.18",
"@stacks/profile": "^1.0.0-beta.18",
Expand Down
1 change: 0 additions & 1 deletion packages/auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ export { UserSession } from './userSession';
export * from './constants';
export * from './profile';
export * from './userData';
export * from '@stacks/connect';

0 comments on commit 233df70

Please sign in to comment.