We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a00773 commit 36944ebCopy full SHA for 36944eb
esbuild.config.js
@@ -108,6 +108,7 @@ module.exports = {
108
directory: project.data.root,
109
};
110
packageJson.contributors = rootPackageJson.contributors;
111
+ packageJson.publishConfig = { access: 'public' };
112
packageJson.type = 'module';
113
packageJson.main = './index.js';
114
packageJson.types = './src/index.d.ts';
packages/nx-plugin/package.json
@@ -3,6 +3,9 @@
3
"version": "0.51.0",
4
"license": "MIT",
5
"description": "Nx plugin to integrate the Code PushUp CLI into your workspace 🛠️",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
"homepage": "code-pushup.dev",
10
"bugs": {
11
"url": "https://github.com/code-pushup/cli/issues"
0 commit comments