big bad undefined variable

This commit is contained in:
Mark Nadal 2015-02-21 21:02:24 -07:00
parent 826b41be5b
commit 353e622ff9
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "gun",
"main": "gun.js",
"version": "0.1.1",
"version": "0.1.2",
"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.1"
"gun": "0.1.2"
}
, "scripts": {
"start": "node express.js",

View File

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