Additional fields for package.json
This commit is contained in:
parent
98ad7d1f62
commit
9c525c1a7f
|
|
@ -2,6 +2,13 @@
|
||||||
"name": "workout-editor",
|
"name": "workout-editor",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"description": "Online editor for zwift workouts",
|
||||||
|
"author": "Rene Saarsoo <github@triin.net>",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/nene/workout-editor.git"
|
||||||
|
},
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
"@testing-library/react": "^9.3.2",
|
"@testing-library/react": "^9.3.2",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue