-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/index.js b/index.js | ||
index 6fc9f129543e9729f81888f4b7c787cba6fbddc7..15c0920b68eb1e6d49f2dfc54aad3ff32220e7e7 100644 | ||
--- a/index.js | ||
+++ b/index.js | ||
@@ -162,6 +162,8 @@ const execa = (file, args, options) => { | ||
|
||
module.exports = execa; | ||
|
||
+module.exports.execa = execa; | ||
+ | ||
module.exports.sync = (file, args, options) => { | ||
const parsed = handleArguments(file, args, options); | ||
const command = joinCommand(file, args); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.