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" "./prettier": "./prettier-config.json"
}, },
"files": [ "files": [
"./eslint-config.js", "eslint-config.js",
"./prettier-config.json" "prettier-config.json"
], ],
"repository": { "repository": {
"type": "git", "type": "git",

View File

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