From b71702a7b900ca0bf324d5000e26922395cde011 Mon Sep 17 00:00:00 2001 From: ahyear Date: Tue, 6 Jan 2015 14:37:44 +0100 Subject: [PATCH] add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 43e046d..8181b23 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,9 @@ "engines": { "node": ">0.8.x" }, + "repository": { + "type": "git", + "url": "git://github.com/niegowski/node-daemonize2.git" + }, "main": "./lib/daemonize.js" }