1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

tweak package.json

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-20 08:48:03 +03:00
parent 15c2855f9d
commit 01dab290b1

View File

@ -4,11 +4,10 @@
"description": "OpenLens - Open Source IDE for Kubernetes", "description": "OpenLens - Open Source IDE for Kubernetes",
"version": "5.0.0-alpha.1", "version": "5.0.0-alpha.1",
"main": "static/build/main.js", "main": "static/build/main.js",
"copyright": "© 2021, Mirantis, Inc.", "copyright": "© 2021, OpenLens Authors",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Mirantis, Inc.", "name": "OpenLens Authors"
"email": "info@k8slens.dev"
}, },
"scripts": { "scripts": {
"dev": "concurrently -k \"yarn run dev-run -C\" yarn:dev:*", "dev": "concurrently -k \"yarn run dev-run -C\" yarn:dev:*",