Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
use non-deprecated cross-spawn package (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation authored and sindresorhus committed Nov 4, 2016
1 parent d6f4a72 commit a7d2de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var gutil = require('gulp-util');
var osTmpdir = require('os-tmpdir');
var pathExists = require('path-exists');
var rimraf = require('rimraf');
var spawn = require('cross-spawn-async');
var spawn = require('cross-spawn');
var logger = require('./lib/logger');
var utils = require('./lib/utils');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"dependencies": {
"convert-source-map": "^1.0.0",
"cross-spawn-async": "^2.0.0",
"cross-spawn": "^4.0.2",
"dargs": "^2.0.3",
"each-async": "^1.0.0",
"escape-string-regexp": "^1.0.3",
Expand Down

0 comments on commit a7d2de7

Please sign in to comment.