From 5dc52493822d329b6582e31660bad961163df165 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 3 Dec 2013 15:24:31 -0800 Subject: [PATCH] Update fields in package.json --- package.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/package.json b/package.json index 47d0c6c..e7844c5 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,8 @@ "theme": true, "version": "0.10.0", "description": "Default dark theme for interface components", - "repository": { - "type": "git", - "url": "https://github.com/atom/atom-dark-ui.git" - }, - "bugs": { - "url": "https://github.com/atom/atom-dark-ui/issues" - }, + "repository": "https://github.com/atom/atom-dark-ui.git", "engines": { "atom": ">26.0" - }, - "publishConfig": { - "registry": "https://atom.cloudant.com/registry/_design/app/_rewrite" } }