mirror of
https://github.com/amark/gun.git
synced 2026-03-21 23:53:35 +00:00
2
gun.js
2
gun.js
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"version": "0.3.98",
|
||||
"version": "0.3.99",
|
||||
"description": "Graph engine",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user