[Pkg-javascript-commits] [node-leveldown] 396/492: added @substack

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:23 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 6baf56c406aa6eb80dcb2f81362dcf488ba6505d
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Aug 26 10:26:21 2013 +1000

    added @substack
---
 README.md    |  1 +
 package.json | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 4509a92..a4c3731 100644
--- a/README.md
+++ b/README.md
@@ -293,6 +293,7 @@ LevelDOWN is only possible due to the excellent work of the following contributo
 <tr><th align="left">Anton Whalley</th><td><a href="https://github.com/No9">GitHub/No9</a></td><td><a href="https://twitter.com/antonwhalley">Twitter/@antonwhalley</a></td></tr>
 <tr><th align="left">Matteo Collina</th><td><a href="https://github.com/mcollina">GitHub/mcollina</a></td><td><a href="https://twitter.com/matteocollina">Twitter/@matteocollina</a></td></tr>
 <tr><th align="left">Pedro Teixeira</th><td><a href="https://github.com/pgte">GitHub/pgte</a></td><td><a href="https://twitter.com/pgte">Twitter/@pgte</a></td></tr>
+<tr><th align="left">James Halliday</th><td><a href="https://github.com/substack">GitHub/substack</a></td><td><a href="https://twitter.com/substack">Twitter/@substack</a></td></tr>
 </tbody></table>
 
 ### Windows
diff --git a/package.json b/package.json
index 96713f5..c3c2a67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
 {
     "name"            : "leveldown"
   , "description"     : "A Node.js LevelDB binding, primary backend for LevelUP"
+  , "version"         : "0.8.0"
   , "contributors"    : [
         "Rod Vagg <r at va.gg> (https://github.com/rvagg)"
       , "John Chesley <john at chesl.es> (https://github.com/chesles/)"
@@ -14,11 +15,14 @@
       , "Anton Whalley <anton.whalley at nearform.com> (https://github.com/No9)"
       , "Matteo Collina <matteo.collina at gmail.com> (https://github.com/mcollina)"
       , "Pedro Teixeira <pedro.teixeira at gmail.com> (https://github.com/pgte)"
+      , "James Halliday <mail at substack.net> (https://github.com/substack)"
     ]
-  , "keywords": [
-        "leveldb", "level"
-    ]
-  , "version"         : "0.8.0"
+  , "repository"      : {
+        "type"                : "git"
+      , "url"                 : "https://github.com/rvagg/node-leveldown.git"
+    }
+  , "homepage"        : "https://github.com/rvagg/node-leveldown"
+  , "keywords": [ "leveldb", "level" ]
   , "main"            : "index.js"
   , "dependencies"    : {
         "bindings"            : "~1.1.1"
@@ -33,10 +37,6 @@
       , "monotonic-timestamp" : "~0.0.8"
       , "du"                  : "~0.0.1"
     }
-  , "repository"      : {
-        "type"                : "git"
-      , "url"                 : "https://github.com/rvagg/node-leveldown.git"
-    }
   , "scripts"         : {
         "test"                : "tap test/*-test.js --stderr"
     }

-- 
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