Skip to content

Commit

Permalink
Added cross spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBomholtz committed Apr 13, 2022
1 parent 8a1b87a commit 5dcd43e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Empty file modified bin/wapp.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/cmd/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require('fs');
const path = require('path');
const watch = require('node-watch');
const detect = require('detect-port');
const { spawn } = require('child_process');
const spawn = require('cross-spawn');
const bs = require('browser-sync').create();
const { createProxyMiddleware } = require('http-proxy-middleware');

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"chalk": "^4.1.2",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.0",
"cross-spawn": "^7.0.3",
"detect-port": "^1.3.0",
"figlet": "^1.5.0",
"form-data": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ coveralls@^3.1.0:
minimist "^1.2.5"
request "^2.88.2"

cross-spawn@^7.0.0, cross-spawn@^7.0.2:
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
Expand Down

0 comments on commit 5dcd43e

Please sign in to comment.