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

Add publish configuration to package (#7261)

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-03-02 15:54:33 +02:00 committed by GitHub
parent 6ca4af8284
commit 03fe2bf274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@
"version": "0.0.1", "version": "0.0.1",
"description": "Code that is common to all Features and those registering them.", "description": "Code that is common to all Features and those registering them.",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"dist" "dist"
], ],