Skip to content

Commit

Permalink
Import cross-spawn instead of cross-spawn-async
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Jun 18, 2019
1 parent 17f3345 commit 829f073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var Q = require('q');
var debug = require('debug')('donejs-cli:utils');
var path = require('path');
var fs = require('fs');
var spawn = require('cross-spawn-async');
var spawn = require('cross-spawn');
var yeoman = require('yeoman-environment');

exports.projectRoot = function() {
Expand Down

0 comments on commit 829f073

Please sign in to comment.