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
Force publish
  • Loading branch information
smithki committed Sep 10, 2021
commit 4b296f466e934084513da091c1d59d1a12da48ed
2 changes: 2 additions & 0 deletions packages/@magic-sdk/react-native/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

/* istanbul ignore file */

// Forcing a change 🤷‍♂️

import 'regenerator-runtime/runtime';

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