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 4ab8fdf commit e3d3fe6Copy full SHA for e3d3fe6
‎packages/tasks/package.json‎
@@ -8,9 +8,6 @@
8
"access": "public"
9
},
10
"sources": "./src/index.ts",
11
- "main": "./dist/commonjs/index.js",
12
- "module": "./dist/esm/index.js",
13
- "types": "./dist/commonjs/index.d.ts",
14
"exports": {
15
"./package.json": "./package.json",
16
".": {
@@ -55,6 +52,8 @@
55
52
56
53
57
54
".": "./src/index.ts"
58
- }
+ },
+ "module": false,
+ "main": false
59
}
60
0 commit comments