Skip to content
This repository was archived by the owner on Jun 20, 2020. It is now read-only.

Commit 56a7ec6

Browse files
committed
Move from cross-spawn-async to cross-spawn
1 parent 00c9608 commit 56a7ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
'use strict';
1010

11-
const spawn = require('cross-spawn-async');
11+
const spawn = require('cross-spawn');
1212

1313
module.exports = function (grunt) {
1414
require('time-grunt')(grunt);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"babel-preset-es2015": "6.18.0",
4141
"convert-source-map": "1.3.0",
42-
"cross-spawn-async": "2.2.4",
42+
"cross-spawn": "4.0.2",
4343
"eslint-config-mgol": "0.0.33",
4444
"expect.js": "0.3.1",
4545
"grunt": "1.0.1",

0 commit comments

Comments
 (0)