[Pkg-javascript-commits] [node-leveldown] 50/492: minor fix to package.json
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit 56078b7450d8bf5d3bc9b4d4ee364b088efca4ae
Author: Rod Vagg <rod at vagg.org>
Date: Fri Sep 28 11:56:47 2012 +1000
minor fix to package.json
---
package.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index d67cc8d..bb2945c 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,11 @@
{
"name" : "levelup"
+ , "description" : " Fast & simple storage - a Node.js-style LevelDB wrapper"
, "authors": [
"Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
]
, "keywords" : [ "leveldb", "levelup", "stream", "database", "db", "store", "storage", "json" ]
- , "version" : "0.0.5"
+ , "version" : "0.0.5-1"
, "main" : "lib/levelup.js"
, "dependencies" : {
"errno" : "~0.0.3"
@@ -31,4 +32,4 @@
}
, "license" : "MIT"
, "gypfile" : true
-}
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list