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:
parent
37306e70a6
commit
aac6245e8c
@ -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",
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user