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

Add missing publish configurations

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-03-21 10:46:56 +02:00
parent c2ab0de2df
commit 01eda8a053
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
6 changed files with 36 additions and 0 deletions

View File

@ -4,6 +4,12 @@
"version": "1.0.0-alpha.1", "version": "1.0.0-alpha.1",
"description": "An abstraction for messaging between Lens environments", "description": "An abstraction for messaging between Lens environments",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"dist" "dist"
], ],

View File

@ -4,6 +4,12 @@
"version": "1.0.0-alpha.1", "version": "1.0.0-alpha.1",
"description": "MobX-like computed between channels", "description": "MobX-like computed between channels",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"dist" "dist"
], ],

View File

@ -4,6 +4,12 @@
"version": "1.0.0-alpha.1", "version": "1.0.0-alpha.1",
"description": "Implementations for 'messaging' in Electron main", "description": "Implementations for 'messaging' in Electron main",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"dist" "dist"
], ],

View File

@ -4,6 +4,12 @@
"version": "1.0.0-alpha.1", "version": "1.0.0-alpha.1",
"description": "Implementations for 'messaging' in Electron renderer", "description": "Implementations for 'messaging' in Electron renderer",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"dist" "dist"
], ],

View File

@ -4,6 +4,12 @@
"version": "1.0.0-alpha.1", "version": "1.0.0-alpha.1",
"description": "Fake implementation to bridge multiple dependency injection containers.", "description": "Fake implementation to bridge multiple dependency injection containers.",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"dist" "dist"
], ],

View File

@ -4,6 +4,12 @@
"version": "1.0.0-alpha.1", "version": "1.0.0-alpha.1",
"description": "TBD", "description": "TBD",
"type": "commonjs", "type": "commonjs",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [ "files": [
"build" "build"
], ],