From 70c35f62b27cdf33ea1ba4ef5f7976ac89f32a17 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 11 Jun 2014 22:46:53 -0400 Subject: [PATCH] build: use compact formats in package --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 3222a01..832bfbb 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,7 @@ "version": "1.1.0", "author": "Douglas Christopher Wilson ", "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/expressjs/serve-index.git" - }, - "bugs": { - "url": "https://github.com/expressjs/serve-index/issues" - }, + "repository": "expressjs/serve-index", "dependencies": { "accepts": "1.0.2", "batch": "0.5.0"