mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add author.email to package.json
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
dbfd947be4
commit
5258505758
@ -8,7 +8,8 @@
|
||||
"copyright": "© 2021 OpenLens Authors",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "OpenLens Authors"
|
||||
"name": "OpenLens Authors",
|
||||
"email": "info@k8slens.dev"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently -i -k \"yarn run dev-run -C\" yarn:dev:*",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user