From aa520b5c8237abf832301907dc26b163b2fcb75f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 28 Dec 2017 14:12:24 +0200 Subject: Add repository field --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 15359cc..e0d9dba 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { "name": "create-riot-component", - "version": "1.0.0", + "version": "1.0.1", "description": "Create ES6 riot.js component", "main": "dist/index.js", "bin": { "create-riot-component": "./dist/index.js" }, "author": "Jan Tuomi", + "repository": { + "type": "git", + "url": "https://github.com/jantuomi/create-riot-component" + }, "license": "MIT", "scripts": { "build": "tsc --outDir dist", -- cgit v1.3