mirror of
https://github.com/amark/gun.git
synced 2025-06-06 06:06:50 +00:00
WIP: expo friendly exports
This commit is contained in:
parent
209909ce94
commit
5d352d90c9
2
browser.js
Normal file
2
browser.js
Normal file
@ -0,0 +1,2 @@
|
||||
module.exports.Gun = require('./gun.js')
|
||||
module.exports.SEA = require('./sea.js')
|
@ -3,7 +3,7 @@
|
||||
"version": "1.0.0-beta.8",
|
||||
"description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
|
||||
"main": "index.js",
|
||||
"browser": "gun.js",
|
||||
"browser": "browser.js",
|
||||
"scripts": {
|
||||
"start": "node examples/http.js",
|
||||
"https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",
|
||||
|
Loading…
x
Reference in New Issue
Block a user