Skip to content

Commit 9e92317

Browse files
committed
feat: remove publish config
fixes #54
1 parent dc44ff0 commit 9e92317

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"package config plugin"
2626
],
2727
"license": "MIT",
28-
"version": "2.0.0-next.2",
28+
"version": "2.0.0",
2929
"bugs": "https://github.com/simonkovtyk/esbuild-plugin-package-json/issues",
3030
"homepage": "https://github.com/simonkovtyk/esbuild-plugin-package-json",
3131
"repository": {

src/core/constants/fields.constant.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const shouldRemoveFields: string[] = [
22
"devDependencies",
3-
"scripts"
3+
"scripts",
4+
"publishConfig"
45
];
56

67
export {

0 commit comments

Comments
 (0)