Skip to content

Commit 4c8cdc6

Browse files
committed
fix(): add missing cross-spawn-async dependency
Looks like cross-spawn-async prints a warning on install, we should look into using cross-spawn instead.
1 parent 271f2f9 commit 4c8cdc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@ionic/app-generators": "0.0.3",
6464
"cli-table": "0.3.1",
6565
"colors": "0.6.2",
66+
"cross-spawn-async": "2.1.9",
6667
"expand-tilde": "1.2.0",
6768
"form-data": "0.1.4",
6869
"gulp": "3.8.8",
@@ -96,6 +97,7 @@
9697
"bundledDependencies": [
9798
"cli-table",
9899
"colors",
100+
"cross-spawn-async",
99101
"expand-tilde",
100102
"form-data",
101103
"gulp",

0 commit comments

Comments
 (0)