From 548dcbd0f311209fd9646225ce749f556979538f Mon Sep 17 00:00:00 2001 From: Matthew Conlen Date: Sun, 20 Mar 2016 13:37:46 -0400 Subject: [PATCH] add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 58abf7092c..af7fa0feb8 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ }, "author": "Kyle Kelley ", "license": "BSD-3-Clause", + "repository": { + "type": "git", + "url": "https://github.com/nteract/spawnteract.git" + }, "dependencies": { "jsonfile": "^2.2.3", "jupyter-paths": "^1.0.0",