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

Switch to specifying access via yarnrc

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 10:11:27 -05:00
parent 7047ef427b
commit ab338af89f
2 changed files with 2 additions and 5 deletions

View File

@ -1,2 +1,3 @@
--install.check-files true --install.check-files true
--install.network-timeout 100000 --install.network-timeout 100000
--publish.access public

View File

@ -4,10 +4,6 @@
"description": "Node fetch for Lens", "description": "Node fetch for Lens",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"scripts": { "scripts": {