Skip to content

Commit

Permalink
Apparently fs-extra 10.x.x doesn't play nice with pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed May 12, 2021
1 parent c91411e commit 7c91f81
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 108 deletions.
137 changes: 33 additions & 104 deletions package-lock.json

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

8 changes: 4 additions & 4 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.0",
"version": "4.19.1",
"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 All @@ -23,8 +23,8 @@
"camelcase": "^6.2.0",
"chalk": "^4.1.1",
"deep-extend": "^0.6.0",
"dotenv": "^9.0.1",
"fs-extra": "^10.0.0",
"dotenv": "^9.0.2",
"fs-extra": "^9.1.0",
"js-yaml": "^4.1.0",
"node-fetch": "^2.6.1",
"pretty-hrtime": "^1.0.3",
Expand All @@ -43,7 +43,7 @@
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"depcheck": "^1.4.0",
"depcheck": "^1.4.1",
"eslint": "^7.26.0",
"jest": "^26.6.3",
"pkg": "^5.1.0",
Expand Down

0 comments on commit 7c91f81

Please sign in to comment.