fix: fix matchGitArgs (#174)

* fix: fix matchGitArgs

* fix: improve matchGitArgs

* chore: add ref in JSDoc
This commit is contained in:
Federico Grandi
2021-04-16 08:15:25 +02:00
committed by GitHub
parent 6d400479e9
commit bc9a4cf987
4 changed files with 514 additions and 26 deletions

View File

@@ -33,11 +33,13 @@
"dependencies": {
"@actions/core": "^1.2.7",
"js-yaml": "^4.0.0",
"simple-git": "^2.27.0"
"simple-git": "^2.27.0",
"string.prototype.matchall": "^4.0.4"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.12.54",
"@types/string.prototype.matchall": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vercel/ncc": "^0.27.0",