8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a399671 commit a053c26Copy full SHA for a053c26
package.json
@@ -111,6 +111,7 @@
111
"brfs": "^1.4.3",
112
"browserify": "^14.1.0",
113
"browserify-transform-tools": "^1.7.0",
114
+ "cross-spawn": "^5.1.0",
115
"deep-equal": "^1.0.1",
116
"ecstatic": "^2.1.0",
117
"eslint": "^3.17.1",
tasks/stats.js
@@ -1,6 +1,6 @@
1
var path = require('path');
2
var fs = require('fs');
3
-var spawn = require('child_process').spawn;
+var spawn = require('cross-spawn');
4
5
var falafel = require('falafel');
6
var gzipSize = require('gzip-size');
0 commit comments