Skip to content

Commit

Permalink
replaced spawnSync with cross-spawn's '.sync'
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Apr 13, 2022
1 parent 58cc4de commit 394c0b5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@babel/eslint-parser": "^7.17.0",
"ava": "^4.0.1",
"cheerio": "^1.0.0-rc.10",
"cross-spawn": "^7.0.3",
"cspell": "^5.18.5",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
Expand Down Expand Up @@ -79,7 +80,6 @@
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"cross-spawn": "^7.0.3",
"dotenv": "^16.0.0",
"node-html-parser": "^5.2.0"
}
Expand Down

0 comments on commit 394c0b5

Please sign in to comment.