Skip to content

Commit a053c26

Browse files
committed
Use cross-spawn for windows stats calc
1 parent a399671 commit a053c26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"brfs": "^1.4.3",
112112
"browserify": "^14.1.0",
113113
"browserify-transform-tools": "^1.7.0",
114+
"cross-spawn": "^5.1.0",
114115
"deep-equal": "^1.0.1",
115116
"ecstatic": "^2.1.0",
116117
"eslint": "^3.17.1",

tasks/stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var path = require('path');
22
var fs = require('fs');
3-
var spawn = require('child_process').spawn;
3+
var spawn = require('cross-spawn');
44

55
var falafel = require('falafel');
66
var gzipSize = require('gzip-size');

0 commit comments

Comments
 (0)