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

use type: module

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-02-01 08:46:43 +02:00
parent a5d830fce1
commit fdf77723e1

View File

@ -12,6 +12,7 @@
"bin": {
"ensure-binaries": "./dist/index.js"
},
"type": "module",
"files": [
"dist"
],