1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(CLI): update execa to fix bug on Windows

Fixes #72
This commit is contained in:
Andrew Bradley
2018-03-15 21:47:48 -04:00
committed by Jason Dreyzehner
parent f315fa4d5d
commit 89722a4dd2
2 changed files with 22 additions and 17 deletions

View File

@@ -79,7 +79,7 @@
"@types/globby": "^6.1.0",
"chalk": "^2.3.1",
"del": "^3.0.0",
"execa": "^0.9.0",
"execa": "^0.10.0",
"github-username": "^4.1.0",
"globby": "^8.0.1",
"gradient-string": "^1.0.0",