mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
fix path, map, set, load, load, ws & escape todo + bump
This commit is contained in:
parent
60ef1973d3
commit
15a1493534
@ -1,5 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
- 0.10
|
||||
- 0.11
|
@ -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" },
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
, "dependencies": {
|
||||
"express": "~>4.9.0",
|
||||
"gun": "0.1.4"
|
||||
"gun": "0.1.5"
|
||||
}
|
||||
, "scripts": {
|
||||
"start": "node express.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"author": "Mark Nadal",
|
||||
"description": "Graph engine.",
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user