We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1835e commit 2f27d0bCopy full SHA for 2f27d0b
package.json
@@ -22,8 +22,8 @@
22
],
23
"types": "./index.d.ts",
24
"bin": {
25
- "rc": "./dist/index.js",
26
- "release-cli": "./dist/index.js"
+ "rc": "./dist/index.mjs",
+ "release-cli": "./dist/index.mjs"
27
},
28
"files": [
29
"dist",
tsdown.config.ts
@@ -13,5 +13,6 @@ export default defineConfig((options) => {
13
env: {
14
NODE_ENV: isDev ? 'development' : 'production',
15
16
+ publint: true,
17
};
18
});
0 commit comments