From 216714f27a95502a37de8623773e8e312478c0f2 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 25 Jul 2016 12:48:20 -0700 Subject: [PATCH] clean up package.json --- npm/package.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/npm/package.json b/npm/package.json index 67c1677ca592..41bed95e88a1 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,11 +1,8 @@ { "name": "electron", "version": "1.3.1", - "description": "Install electron prebuilt binaries for the command-line use using npm", - "repository": { - "type": "git", - "url": "git+https://github.com/electron-userland/electron-prebuilt.git" - }, + "description": "Install prebuilt electron binaries for the command-line using npm", + "repository": "https://github.com/electron-userland/electron-prebuilt", "scripts": { "cache-clean": "rm -rf ~/.electron && rm -rf dist", "postinstall": "node install.js", @@ -28,12 +25,8 @@ }, "author": "Mathias Buus", "license": "MIT", - "bugs": { - "url": "https://github.com/electron-userland/electron-prebuilt/issues" - }, - "homepage": "https://github.com/electron-userland/electron-prebuilt", "directories": { "test": "test" }, - "keywords": [] + "keywords": ["electron"] }