mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
v bump for sub partial set fix
This commit is contained in:
parent
4475b8582e
commit
e6338b4b84
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"main": "gun.js",
|
||||
"version": "0.0.9-n",
|
||||
"version": "0.0.9-o",
|
||||
"homepage": "http://gunDB.io",
|
||||
"authors": [
|
||||
{ "name": "Mark Nadal", "email": "mark@accelsor.com" },
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
, "dependencies": {
|
||||
"express": "~>4.9.0",
|
||||
"gun": "0.0.9-n"
|
||||
"gun": "0.0.9-o"
|
||||
}
|
||||
, "scripts": {
|
||||
"start": "node express.js",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ "name": "gun"
|
||||
, "version": "0.0.9-n"
|
||||
, "version": "0.0.9-o"
|
||||
, "author": "Mark Nadal"
|
||||
, "description": "Graph engine."
|
||||
, "engines": {
|
||||
@ -17,6 +17,7 @@
|
||||
}
|
||||
, "scripts": {
|
||||
"start": "node examples/express.js 8080",
|
||||
"prestart": "npm install ./examples",
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user