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