chore(deps): upgrade snjs & sncrypto-web to npm package versions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* This file will be imported by desktop, so we make sure imports are not
|
||||
* carrying too much code with them that's not tree-shakeable.
|
||||
* This file will be imported by desktop, so we make sure imports are carrying
|
||||
* as little extra code as possible with them.
|
||||
*/
|
||||
import { Environment } from 'snjs/lib/platforms';
|
||||
import { Environment } from '@standardnotes/snjs/dist/@types/platforms';
|
||||
export { Environment };
|
||||
|
||||
/** Platform-specific (i-e Electron/browser) behavior is handled by a Bridge object. */
|
||||
|
||||
Reference in New Issue
Block a user