Skip to content

Commit a428e85

Browse files
committed
fix(execa): bundled deps
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent ba8a7ac commit a428e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

@tunnckocore/execa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"homepage": "https://github.com/tunnckoCore/opensource",
77
"license": "MPL-2.0",
88
"licenseStart": 2017,
9-
"main": "dist/main/index.js",
10-
"module": "dist/module/index.js",
9+
"main": "dist/cjs/index.js",
10+
"module": "dist/esm/index.js",
1111
"types": "dist/types/index.d.ts",
1212
"scripts": {},
1313
"publishConfig": {
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/tunnckoCore/opensource.git",
2323
"directory": "@tunnckocore/execa"
2424
},
25-
"dependencies": {
25+
"optionalDependencies": {
2626
"execa": "^2.0.3",
2727
"p-map": "^3.0.0"
2828
},

0 commit comments

Comments
 (0)