From 72421b74afc1db042e8a7121416b1a565aa19bdd Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Thu, 16 Sep 2021 12:04:19 +0300 Subject: [PATCH] Update package.json info. --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 48f948f..905b876 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,15 @@ { "name": "@meom/scripts", - "version": "0.1.1", + "version": "0.1.2", "description": "MEOM scripts", + "homepage": "https://github.com/MEOM/scripts", + "repository": { + "type": "git", + "url": "git+https://github.com/MEOM/scripts.git" + }, + "bugs": { + "url": "https://github.com/MEOM/scripts/issues" + }, "author": "MEOM Oy", "license": "MIT", "main": "webpack.config.js",