mirror of
https://github.com/amark/gun.git
synced 2026-02-16 08:34:18 +00:00
fix path, map, set, load, load, ws & escape todo + bump
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- 0.6
|
||||||
- 0.8
|
- 0.8
|
||||||
- 0.10
|
- 0.10
|
||||||
- 0.11
|
- 0.11
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gun",
|
"name": "gun",
|
||||||
"main": "gun.js",
|
"main": "gun.js",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"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.4"
|
"gun": "0.1.5"
|
||||||
}
|
}
|
||||||
, "scripts": {
|
, "scripts": {
|
||||||
"start": "node express.js",
|
"start": "node express.js",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gun",
|
"name": "gun",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"author": "Mark Nadal",
|
"author": "Mark Nadal",
|
||||||
"description": "Graph engine.",
|
"description": "Graph engine.",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user