From 1ef46a73e61968a60cc7b2e700381d719165b86c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Dec 2016 23:05:16 +0100 Subject: package.json: use shorter form of repository. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 396be07..5521435 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,7 @@ "commonmark", "markdown" ], - "repository": - { "type": "git", - "url": "https://github.com/jgm/CommonMark.git" }, + "repository": "jgm/CommonMark", "license": "MIT", "files": [ "index.js", -- cgit v1.2.3