Skip to content

Commit

Permalink
Use is-windows package
Browse files Browse the repository at this point in the history
- Closes istanbuljs#61
  • Loading branch information
demurgos committed May 10, 2019
1 parent c3e6239 commit 0c7ded7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ function setup (argv, env) {
module: __filename,
deps: {
foregroundChild: require.resolve('foreground-child'),
isWindows: require.resolve('is-windows'),
signalExit: require.resolve('signal-exit'),
},
isWindows: IS_WINDOWS,
Expand Down

0 comments on commit 0c7ded7

Please sign in to comment.