Skip to content

Commit

Permalink
fix(cli): add missing dep execa
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jun 26, 2021
1 parent 9bfa5ca commit 9e8d343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "./dist-cjs/index.js",
"module": "./dist-esm/index.js",
"scripts": {
"bema": "ts-node src/cli",
"bema": "ts-node --transpile-only src/cli",
"format": "yarn format:prettier && yarn format:imports",
"format:prettier": "prettier --write .",
"format:imports": "format-imports src && format-imports tests",
Expand Down Expand Up @@ -64,6 +64,7 @@
"decompress": "^4.2.1",
"download": "^8.0.0",
"endent": "^2.1.0",
"execa": "^5.1.1",
"fast-csv": "^4.3.6",
"fast-glob": "^3.2.5",
"fs-jetpack": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,7 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
md5.js "^1.3.4"
safe-buffer "^5.1.1"

execa@^5.0.0:
execa@^5.0.0, execa@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
Expand Down

0 comments on commit 9e8d343

Please sign in to comment.