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

Mark all packages as public (#7026)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-26 07:28:53 -08:00 committed by GitHub
parent 66ea8d4b37
commit abb6a3bcfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,10 @@
"bugs": {
"url": "https://github.com/lensapp/lens/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"main": "static/build/main.js",
"exports": {
"./main": "./static/build/library/main.js",

View File

@ -15,6 +15,10 @@
"author": {
"name": "OpenLens Authors"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "yarn run webpack --config webpack/extensions.ts",
"build:docs": "yarn run typedoc",

View File

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