diff --git a/gun-es/index.js b/gun-es/index.js index c746058f6..67b73ea52 100644 --- a/gun-es/index.js +++ b/gun-es/index.js @@ -6,11 +6,8 @@ import "gun/lib/radisk"; import "gun/lib/rindexed"; import "gun/lib/webrtc"; -const window = window || { Gun } -self.Gun = globalThis.Gun = Gun import { default as SEA } from 'gun/sea.js'; - export { Gun, SEA };