fix typo, version bump

This commit is contained in:
Mark Nadal 2018-03-29 15:24:58 -07:00
parent 86334d76eb
commit eebb9f2abb
5 changed files with 5 additions and 5 deletions

2
gun.js
View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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;
}

View File

@ -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",

View File

@ -1,5 +1,5 @@
var Type = require('./type');
var Type = require('../type');
function Mesh(ctx){
var mesh = function(){};