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:
parent
7047ef427b
commit
ab338af89f
1
.yarnrc
1
.yarnrc
@ -1,2 +1,3 @@
|
|||||||
--install.check-files true
|
--install.check-files true
|
||||||
--install.network-timeout 100000
|
--install.network-timeout 100000
|
||||||
|
--publish.access public
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user