fix: fix matchGitArgs (#174)
* fix: fix matchGitArgs * fix: improve matchGitArgs * chore: add ref in JSDoc
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user