Skip to content

Commit 89722a4

Browse files
cspotcodebitjson
authored andcommitted
fix(CLI): update execa to fix bug on Windows
Fixes #72
1 parent f315fa4 commit 89722a4

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

package-lock.json

+21-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/globby": "^6.1.0",
8080
"chalk": "^2.3.1",
8181
"del": "^3.0.0",
82-
"execa": "^0.9.0",
82+
"execa": "^0.10.0",
8383
"github-username": "^4.1.0",
8484
"globby": "^8.0.1",
8585
"gradient-string": "^1.0.0",

0 commit comments

Comments
 (0)