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

chore: Fix bad paths for yalc in package.jsons

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-06-06 11:03:21 +03:00
parent 37306e70a6
commit aac6245e8c
2 changed files with 4 additions and 4 deletions

View File

@ -15,8 +15,8 @@
"./prettier": "./prettier-config.json"
},
"files": [
"./eslint-config.js",
"./prettier-config.json"
"eslint-config.js",
"prettier-config.json"
],
"repository": {
"type": "git",

View File

@ -8,8 +8,8 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"