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 3d349ee commit 5862b1cCopy full SHA for 5862b1c
package.json
@@ -3,7 +3,6 @@
3
"version": "2.0.2",
4
"author": "Alex Miller <codex.nz@gmail.com>",
5
"description": "Execute a given command after a bundle has been written",
6
- "type": "module",
7
"homepage": "https://github.com/Codex-/rollup-plugin-conditional-exec#readme",
8
"repository": {
9
"type": "git",
@@ -20,6 +19,7 @@
20
19
"exec"
21
],
22
"main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
23
"types": "dist/cjs/index.d.ts",
24
"exports": {
25
".": {
@@ -28,7 +28,7 @@
28
"default": "./dist/esm/index.js"
29
},
30
"require": {
31
- "types": "./dist/cjs/index.d.cts",
+ "types": "./dist/cjs/index.d.ts",
32
"default": "./dist/cjs/index.js"
33
}
34
0 commit comments