mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
panic, but fixed
This commit is contained in:
parent
735afdced5
commit
01f0e436f9
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"main": "gun.js",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"homepage": "http://gunDB.io",
|
||||
"authors": [
|
||||
{ "name": "Mark Nadal", "email": "mark@accelsor.com" },
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
, "dependencies": {
|
||||
"express": "~>4.9.0",
|
||||
"gun": "0.1.3"
|
||||
"gun": "0.1.4"
|
||||
}
|
||||
, "scripts": {
|
||||
"start": "node express.js",
|
||||
|
2
gun.js
2
gun.js
@ -12,7 +12,7 @@
|
||||
,HAM: '>'
|
||||
}
|
||||
;(function(Gun){
|
||||
Gun.version = 0.9;
|
||||
Gun.version = 0.1;
|
||||
Gun.is = function(gun){ return (gun instanceof Gun)? true : false }
|
||||
Gun.is.value = function(v){ // null, binary, number (!Infinity), text, or a rel.
|
||||
if(v === null){ return true } // deletes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"author": "Mark Nadal",
|
||||
"description": "Graph engine.",
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user