Skip to content

Commit

Permalink
fix: downgrade execa to v3 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 9, 2020
1 parent a5cf7bc commit 717c26e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ cache:
notifications:
email: true
node_js:
- '10'
- '8'
script:
- npm test
- npm run demo
Expand Down
18 changes: 12 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -115,7 +115,7 @@
"bluebird": "3.7.1",
"check-more-types": "2.24.0",
"debug": "4.1.1",
"execa": "4.0.0",
"execa": "3.4.0",
"lazy-ass": "1.6.0",
"ps-tree": "1.2.0",
"wait-on": "4.0.0"
Expand Down

0 comments on commit 717c26e

Please sign in to comment.