[Pkg-javascript-commits] [node-leveldown] 41/492: add repo info to package.json

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:42 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 8855ccfccb3db63a8a63424c4aefa9f148645d40
Author: Rod Vagg <rod at vagg.org>
Date:   Fri Sep 7 16:07:15 2012 +1000

    add repo info to package.json
---
 package.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f3963e1..1a8d007 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
        "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
     ]
   , "keywords"        : [ "leveldb", "levelup", "stream", "database", "db", "store", "storage", "json" ]
-  , "version"         : "0.0.2"
+  , "version"         : "0.0.2-1"
   , "main"            : "lib/levelup.js"
   , "dependencies"    : {
         "errno"         : "~0.0.2"
@@ -21,6 +21,10 @@
       , "mkfiletree"    : "*"
       , "readfiletree"  : "*"
     }
+  , "repository": {
+        "type": "git"
+      , "url": "https://github.com/rvagg/node-levelup.git"
+    }
   , "scripts"         : {
       "test"            : "./node_modules/.bin/buster-test"
     , "install"         : "node-gyp rebuild"

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