Skip to content

Commit

Permalink
Remove 'semver' re-export from '@magic-sdk/provider' utils (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki authored Nov 8, 2021
1 parent 3e057fb commit 4f2419b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@magic-sdk/provider/src/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export * from './base64-json';
export * from './events';
export * from './get-payload-id';
export * from './promise-tools';
export * as semver from './semver';
export * as storage from './storage';
export * from './type-guards';
export * from './url';
Expand Down

0 comments on commit 4f2419b

Please sign in to comment.