From 7e2ce00b2104e8916d52eeb3ed83958e13ff92c4 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 20 Oct 2014 13:26:56 +0900 Subject: [PATCH] add missing fields --- npm/package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index 2b0cf0419c44..9e2de571e8f4 100644 --- a/npm/package.json +++ b/npm/package.json @@ -2,6 +2,10 @@ "name": "atom-shell", "version": "1.0.0", "description": "Install atom-shell prebuilts using npm", + "repository": { + "type": "git", + "url": "https://github.com/mafintosh/atom-shell" + }, "scripts": { "install": "./install.js" }, @@ -15,5 +19,9 @@ }, "devDependencies": {}, "author": "Mathias Buus", - "license": "MIT" + "license": "MIT", + "bugs": { + "url": "https://github.com/mafintosh/atom-shell/issues" + }, + "homepage": "https://github.com/mafintosh/atom-shell" }