panic, but fixed

This commit is contained in:
Mark Nadal 2015-02-21 21:41:00 -07:00
parent 735afdced5
commit 01f0e436f9
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

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

View File

@ -1,6 +1,6 @@
{
"name": "gun",
"version": "0.1.3",
"version": "0.1.4",
"author": "Mark Nadal",
"description": "Graph engine.",
"engines": {