fix path, map, set, load, load, ws & escape todo + bump

This commit is contained in:
Mark Nadal 2015-02-26 16:32:17 -07:00
parent 60ef1973d3
commit 15a1493534
4 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.10
- 0.11

View File

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

View File

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