From cd12c5e3267fa765401320c5ac799b1362e704d4 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 23 Jun 2018 09:51:37 -0700 Subject: [PATCH] add license/repo to package.json (#400) --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bd33563..9ef0086 100644 --- a/package.json +++ b/package.json @@ -174,5 +174,16 @@ "sapper", "a11y-dialog" ] - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nolanlawson/pinafore.git" + }, + "keywords": [], + "author": "Nolan Lawson ", + "license": "AGPL-3.0-only", + "bugs": { + "url": "https://github.com/nolanlawson/pinafore/issues" + }, + "homepage": "https://github.com/nolanlawson/pinafore#readme" }