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

move LICENSE back to root

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-10-31 09:45:53 +02:00
parent b2d9538d85
commit 5e966dd79e
8 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "lens-license", "name": "lens-license",
"version": "0.1.0", "version": "0.1.0",
"description": "License item", "description": "License menu item",
"main": "dist/main.js", "main": "dist/main.js",
"scripts": { "scripts": {
"build": "webpack -p", "build": "webpack -p",

View File

@ -111,10 +111,7 @@
"!**/node_modules" "!**/node_modules"
] ]
}, },
{ "LICENSE"
"from": "extensions/license/LICENSE",
"to": "LICENSE"
}
], ],
"linux": { "linux": {
"category": "Network", "category": "Network",
@ -188,7 +185,7 @@
"pod-menu", "pod-menu",
"node-menu", "node-menu",
"metrics-cluster-feature", "metrics-cluster-feature",
"license", "license-menu-item",
"support-page" "support-page"
] ]
}, },