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 ba8a7ac commit a428e85Copy full SHA for a428e85
@tunnckocore/execa/package.json
@@ -6,8 +6,8 @@
6
"homepage": "https://github.com/tunnckoCore/opensource",
7
"license": "MPL-2.0",
8
"licenseStart": 2017,
9
- "main": "dist/main/index.js",
10
- "module": "dist/module/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
11
"types": "dist/types/index.d.ts",
12
"scripts": {},
13
"publishConfig": {
@@ -22,7 +22,7 @@
22
"url": "https://github.com/tunnckoCore/opensource.git",
23
"directory": "@tunnckocore/execa"
24
},
25
- "dependencies": {
+ "optionalDependencies": {
26
"execa": "^2.0.3",
27
"p-map": "^3.0.0"
28
0 commit comments