From 59db8be6431e857e7cdf6c2ef09d5173b15adbac Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 12 Dec 2014 00:07:51 -0500 Subject: [PATCH] Add github repo and bump 0.0.2 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fa3f3f..42464d1 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "kareem", - "version": "0.0.1", + "version": "0.0.2", "description": "Next-generation take on pre/post function hooks", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "git://github.com/vkarpov15/kareem.git" + }, "devDependencies": { "acquit": "0.0.3", "mocha": "2.0.0"