Merge pull request #205 from amark/develop

Develop
This commit is contained in:
Mark Nadal
2016-07-26 23:58:15 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
gun.js
View File

@@ -1142,7 +1142,7 @@
}(Gun));
var root = this || {}; // safe for window, global, root, and 'use strict'.
if(root.window){ (root = window).Gun = Gun }
if(typeof window !== "undefined"){ (root = window).Gun = Gun }
if(typeof module !== "undefined" && module.exports){ module.exports = Gun }
if(typeof global !== "undefined"){ root = global; }
root.console = root.console || {log: function(s){ return s }}; // safe for old browsers

View File

@@ -1,6 +1,6 @@
{
"name": "gun",
"version": "0.3.98",
"version": "0.3.99",
"description": "Graph engine",
"main": "index.js",
"scripts": {