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 dc44ff0 commit 9e92317Copy full SHA for 9e92317
package.json
@@ -25,7 +25,7 @@
25
"package config plugin"
26
],
27
"license": "MIT",
28
- "version": "2.0.0-next.2",
+ "version": "2.0.0",
29
"bugs": "https://github.com/simonkovtyk/esbuild-plugin-package-json/issues",
30
"homepage": "https://github.com/simonkovtyk/esbuild-plugin-package-json",
31
"repository": {
src/core/constants/fields.constant.ts
@@ -1,6 +1,7 @@
1
const shouldRemoveFields: string[] = [
2
"devDependencies",
3
- "scripts"
+ "scripts",
4
+ "publishConfig"
5
];
6
7
export {
0 commit comments