From 9c525c1a7f938094793c656433956cce7875222a Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 4 Oct 2020 15:16:25 +0300 Subject: [PATCH] Additional fields for package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 3863cb6..30a924a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "workout-editor", "version": "0.1.0", "private": true, + "description": "Online editor for zwift workouts", + "author": "Rene Saarsoo ", + "repository": { + "type" : "git", + "url" : "https://github.com/nene/workout-editor.git" + }, + "license": "GPL-3.0-or-later", "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2",