mirror of
https://github.com/amark/gun.git
synced 2025-06-04 05:06:44 +00:00
fix typo, version bump
This commit is contained in:
parent
86334d76eb
commit
eebb9f2abb
2
gun.js
2
gun.js
@ -1803,7 +1803,7 @@
|
||||
})(USE, './adapters/localStorage');
|
||||
|
||||
;USE(function(module){
|
||||
var Type = USE('./type');
|
||||
var Type = USE('../type');
|
||||
|
||||
function Mesh(ctx){
|
||||
var mesh = function(){};
|
||||
|
2
gun.min.js
vendored
2
gun.min.js
vendored
File diff suppressed because one or more lines are too long
@ -56,7 +56,7 @@ var url = require('url');
|
||||
Gun.on('opt', function(ctx){
|
||||
var opt = ctx.opt;
|
||||
if(false === opt.ws){
|
||||
this.to.next();
|
||||
this.to.next(ctx);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"version": "0.9.99",
|
||||
"version": "0.9.991",
|
||||
"description": "A realtime, decentralized, offline-first, graph data synchronization engine.",
|
||||
"main": "index.js",
|
||||
"browser": "gun.min.js",
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
var Type = require('./type');
|
||||
var Type = require('../type');
|
||||
|
||||
function Mesh(ctx){
|
||||
var mesh = function(){};
|
||||
|
Loading…
x
Reference in New Issue
Block a user