Skip to content

Commit f3eb628

Browse files
committed
Another attempt to make windows friendly
1 parent e426dfc commit f3eb628

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"istanbul": "^0.4.1",
4444
"pre-commit": "^1.0.10",
4545
"request": "^2.60.0",
46-
"rimraf": "^2.5.0"
46+
"rimraf": "^2.5.0",
47+
"win-spawn": "^2.0.0"
4748
}
4849
}

test/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env node
22
var path = require('path');
3-
var spawn = require('child_process').spawn;
43
var static = require('./static');
54
var far = require('far').create();
65
var farPaths = require('far/lib/paths');
6+
var spawn = require('win-spawn');
77
var basePath = process.cwd();
88
var istanbul = path.join(basePath, './node_modules/.bin/istanbul');
99

0 commit comments

Comments
 (0)