From 10bc110c3ba472d6fcf2ba3feb122f1a940e8a0a Mon Sep 17 00:00:00 2001 From: Aaron Panchal Date: Thu, 2 Mar 2017 21:41:22 -0800 Subject: [PATCH] ap - add repository field to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index eef8e5e27..35ab2a69c 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.3.9", "description": "React-based version of Gears", "author": "Appfolio, Inc.", + "repository": { + "type" : "git", + "url" : "https://github.com/appfolio/react-gears.git" + }, "license": "MIT", "main": "dist/bundle.js", "files": [