mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +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",
|
"version": "1.0.0-beta.8",
|
||||||
"description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
|
"description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"browser": "gun.js",
|
"browser": "browser.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node examples/http.js",
|
"start": "node examples/http.js",
|
||||||
"https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",
|
"https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user