From b44e1f5699d0f6f0c9fa3808271bea33dc600549 Mon Sep 17 00:00:00 2001 From: Simon de Almeida Date: Fri, 20 Jan 2017 15:39:30 -0500 Subject: [PATCH] Updated package.json to better follow npm standards. --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e32f10..79fc36e 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,16 @@ ], "main": "./inherits.js", "browser": "./inherits_browser.js", - "repository": "git://github.com/isaacs/inherits", + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/inherits.git" + }, + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "license": "ISC", + "bugs": { + "url": "https://github.com/isaacs/inherits/issues" + }, + "homepage": "https://github.com/isaacs/inherits#readme", "scripts": { "test": "tap" },