From fe8422d87b83465bf10e60cdfadd0948b13a14e8 Mon Sep 17 00:00:00 2001 From: Jan K Date: Thu, 30 Jun 2016 16:32:16 +0100 Subject: [PATCH] Add bugs, homepage, repository to package.json This will create a link between https://www.npmjs.com/package/browserstack-local and this repo. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 60c3094..3799df8 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,12 @@ "expect.js": "0.3.1", "mocha": "2.4.5", "mocks": "0.0.15" + }, + "bugs": "https://github.com/browserstack/browserstack-local-nodejs/issues", + "homepage": "https://github.com/browserstack/browserstack-local-nodejs", + "repository": { + "type" : "git", + "url" : "https://github.com/browserstack/browserstack-local-nodejs.git" } }