From da1c1943737e79078dc17c6cc26da37cc0cfa9a6 Mon Sep 17 00:00:00 2001 From: Nathan Woltman Date: Fri, 1 Nov 2019 23:27:11 -0400 Subject: [PATCH] chore: Reorganize package.json --- package.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index ff51558..5ba811e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "@medley/cookie", "version": "0.2.1", "description": "Medley plugin for parsing and setting cookies", + "license": "MIT", + "author": "Nathan Woltman ", "main": "cookie.js", "files": [ "cookie.js" @@ -9,16 +11,9 @@ "engines": { "node": ">=6" }, - "license": "MIT", - "author": "Nathan Woltman ", - "repository": { - "type": "git", - "url": "git+https://github.com/medleyjs/cookie.git" - }, + "repository": "github:medleyjs/cookie", "homepage": "https://github.com/medleyjs/cookie#readme", - "bugs": { - "url": "https://github.com/medleyjs/cookie/issues" - }, + "bugs": "https://github.com/medleyjs/cookie/issues", "keywords": [ "cookie", "parsing", @@ -28,10 +23,7 @@ "medley" ], "nyc": { - "reporter": [ - "html", - "text-summary" - ], + "reporter": ["html", "text-summary"], "check-coverage": true, "branches": 100, "lines": 100,