Skip to content

Commit

Permalink
Bump to version 4.11.0, preparing for realease
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed Mar 11, 2021
1 parent 44035ce commit e0f3bb6
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 79 deletions.
205 changes: 131 additions & 74 deletions package-lock.json

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

10 changes: 5 additions & 5 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.10.0",
"version": "4.11.0",
"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 && rm -r bin/linux",
Expand Down Expand Up @@ -38,16 +38,16 @@
"@types/pretty-hrtime": "^1.0.0",
"@types/source-map-support": "^0.5.3",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"depcheck": "^1.4.0",
"eslint": "^7.21.0",
"jest": "^26.6.3",
"jest-mock-process": "^1.4.0",
"pkg": "^4.4.9",
"ts-jest": "^26.5.2",
"ts-jest": "26.5.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
"typescript": "4.2.2"
},
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit e0f3bb6

Please sign in to comment.