We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b56f1 commit e980776Copy full SHA for e980776
.release-it.json
@@ -5,5 +5,8 @@
5
},
6
"plugins": {
7
"release-it-plugin-esm-bundle": {}
8
+ },
9
+ "npm": {
10
+ "publishPath": ". --access=public"
11
}
12
package.json
@@ -50,8 +50,5 @@
50
"release-it-plugin-esm-bundle": "2.1.0",
51
"rollup": "2.42.0",
52
"rollup-plugin-terser": "7.0.2"
53
- },
54
- "publishConfig": {
55
- "access": "public"
56
57
0 commit comments