From 7c757264061a6db46a16723e6b140386ffc5f0fc Mon Sep 17 00:00:00 2001 From: Adam Eivy Date: Wed, 29 Jun 2016 11:09:32 -0700 Subject: [PATCH] adding git repo to package.json so the repo is linked from npm --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 7152b76..93d0098 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "author": { "name": "Jaime Pillora" }, + "repository": { + "type": "git", + "url": "https://github.com/notifyjs/notifyjs.git" + }, "contributors": [ { "name": "Evan Carroll",