Add license
This commit is contained in:
parent
11d4c68788
commit
e866b0d541
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
= MIT License
|
== MIT License
|
||||||
|
|
||||||
Copyright © 2023 - {localyear} Marko Korhonen <marko@korhonen.cc>
|
Copyright © 2023 - {localyear} Marko Korhonen <marko@korhonen.cc>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "work-time-calculator",
|
"name": "work-time-calculator",
|
||||||
|
"license": "MIT",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "CLI work time calculation utility",
|
"description": "CLI work time calculation utility",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue