From cd02806c94e0637706aa20c8487037e05ec42e1c Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Wed, 27 Dec 2017 23:35:07 +0000 Subject: [PATCH] Moved 'package.json:repository' field --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 83dcfa4..a6e02f6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "PEG" ], "homepage": "https://pegjs.org/", - "bugs": "https://github.com/pegjs/pegjs/issues", + "repository": "pegjs/pegjs", "license": "MIT", "contributors": [ "David Majda (https://majda.cz/)", @@ -21,7 +21,6 @@ "types": "lib/typings/pegjs.d.ts", "main": "lib/peg.js", "bin": "bin/peg.js", - "repository": "pegjs/pegjs", "scripts": { "lint": "gulp lint", "spec": "gulp test",