cross-spawn-cb 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ function findKey(obj, fn) {
23
23
 
24
24
  var pathDelimiter = process.platform === 'win32' ? ';' : ':';
25
25
 
26
- var cpSpawnSync = require('child_process').spawnSync || require('../dist/cjs/polyfills/spawnSync.cjs');
26
+ var cpSpawnSync = require('child_process').spawnSync || require('../dist/cjs/polyfills/spawnSync.js');
27
27
 
28
28
  /* COMPATIBILITY POLYFILLS */
29
29
  var require$$0$2 = require('child_process');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-spawn-cb",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Cross spawn with a completion callback",
5
5
  "keywords": [
6
6
  "cross-spawn",