Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.0.0 #208

Merged
merged 12 commits into from
Sep 14, 2021
Prev Previous commit
Next Next commit
Remove temporary change (#205)
  • Loading branch information
smithki committed Sep 10, 2021
commit 890ca55397a967a6f365d27332d70aa6e4e9c943
2 changes: 0 additions & 2 deletions packages/@magic-sdk/react-native/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/* istanbul ignore file */

// Forcing a change 🤷‍♂️

import 'regenerator-runtime/runtime';

import { createSDK } from '@magic-sdk/provider';
Expand Down
2 changes: 0 additions & 2 deletions packages/magic-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* istanbul ignore file */

// Forcing a change 🤷‍♂️

import { SDKBase, createSDK } from '@magic-sdk/provider';
import localForage from 'localforage';
import * as memoryDriver from 'localforage-driver-memory';
Expand Down