From efd8938891b0d8158b05d9a51f59e9284be66e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Becheras?= Date: Mon, 3 Aug 2015 14:19:04 +0200 Subject: [PATCH 1/2] Added the field in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index b1fcf8c..f36e899 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "ipc" ], "author": "Marat Dulin ", + "repository" : { + "type" : "git", + "url" : "https://github.com/mdevils/node-sibling.git" + }, "dependencies": { "inherit": "~2.1.0", "vow": "~0.4.1" From bc558b08a8a02d7f5d752fb28b2904dc2bac38ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Becheras?= Date: Mon, 3 Aug 2015 14:21:18 +0200 Subject: [PATCH 2/2] Updating package.json to version it (0.1.4) ready for next git tag (v0.1.4) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f36e899..6be67eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sibling", - "version": "0.1.3", + "version": "0.1.4", "keywords": [ "multiprocess", "ipc"