[Pkg-javascript-commits] [node-log-driver] 20/49: add repo to package.json. version bump 1.2.2

Bastien Roucariès rouca at moszumanska.debian.org
Thu Feb 22 12:57:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-log-driver.

commit fa6faf9e03b966a64ac1f9169e842873c188db55
Author: Gregg Caines <gregg at caines.ca>
Date:   Sat Nov 30 18:01:46 2013 -0800

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

diff --git a/package.json b/package.json
index 9a45fae..981a8ab 100644
--- a/package.json
+++ b/package.json
@@ -2,10 +2,14 @@
       "name": "log-driver",
       "description" : "log-driver is a simple logging framework for logging to stdout",
       "keywords" : ["logging", "logger", "log"],
-      "version": "1.2.1",
+      "version": "1.2.2",
       "bugs": {
        "url": "https://github.com/cainus/logdriver/issues"
       },
+      "repository" : {
+          "type": "git", 
+            "url": "git://github.com/cainus/logdriver.git"
+      },
       "scripts" : {
         "test" : "make test-coveralls"
       },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-log-driver.git



More information about the Pkg-javascript-commits mailing list