From 39b9796808c4e3eaac928d3f59c4ffc44dd0bccc Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Mon, 19 Jun 2017 02:31:36 -0700 Subject: [PATCH] Add repository metadata to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 70a42c8..1b64414 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "scripts": { "test": "./node_modules/.bin/lab --verbose --coverage ./test/* ", "lint": "./node_modules/.bin/jshint index.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Runnable/nock-github-oauth.git" }, "keywords": [ "test",