From 7f3665b501217db16deb62d079cc18506f6ac566 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 3 Mar 2018 16:43:55 +0200 Subject: Add repository field to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index d20b942..5ee0a57 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "author": "Jan Tuomi ", "license": "MIT", + "repository": { + "url": "https://github.com/jantuomi/riot-parcel-example", + "type": "git" + }, "scripts": { "build": "riot src/components src/tags.js && parcel build --public-url=./ src/index.html", "start": "yarn watch", -- cgit v1.3