From 2bef398d4ca1f8d042e7500917192f9ec2392100 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 24 Aug 2019 16:38:44 +0200 Subject: [PATCH] Added repository and license fields to package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index ee0b7d7e..ad113c9f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "version": "1.0.0", "private": false, "homepage": "", + "repository": "https://github.com/shlinkio/shlink-web-client", + "license": "MIT", "scripts": { "lint": "npm run lint:js && npm run lint:css", "lint:js": "eslint src test scripts config",