Skip to content

Commit

Permalink
Prepare for release of 4.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed Jun 2, 2021
1 parent 7a74982 commit 0b846ca
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 101 deletions.
225 changes: 127 additions & 98 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tired of pushing to test your .gitlab-ci.yml?",
"main": "src/index.js",
"bin": "src/index.js",
"version": "4.19.3",
"version": "4.19.4",
"scripts": {
"prepublishOnly": "npm run check-all && chmod +x src/index.js",
"pkg-linux": "pkg src/index.js --public -t node14-linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@types/pretty-hrtime": "^1.0.0",
"@types/source-map-support": "^0.5.3",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"depcheck": "^1.4.1",
"eslint": "^7.27.0",
"jest": "^27.0.3",
Expand Down

0 comments on commit 0b846ca

Please sign in to comment.