Skip to content

Commit 3161b8b

Browse files
author
yaroslav-codefresh
committed
node version update for pkg
1 parent 3b4e154 commit 3161b8b

File tree

2 files changed

+789
-117
lines changed

2 files changed

+789
-117
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.107",
3+
"version": "0.8.108",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
77
"scripts": {
88
"test": "jest .spec.js --coverage",
99
"eslint": "eslint lib1logic/**",
1010
"ci-publish": "ci-publish",
11-
"pkg": "pkg . -t node9-alpine-x64,node9-macos-x64,node9-linux-x64,node9-win-x64 --out-path ./dist",
11+
"pkg": "pkg . -t node10-alpine-x64,node10-macos-x64,node10-linux-x64,node10-win-x64 --out-path ./dist",
1212
"serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
1313
"serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
1414
"build-local-docs": "node ./docs/index.js",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-mocha": "^4.11.0",
6666
"hugo-cli": "^0.5.4",
6767
"jest": "^22.4.2",
68-
"pkg": "^4.3.0-beta.5"
68+
"pkg": "^4.3.5"
6969
},
7070
"bugs": {
7171
"url": "https://github.com/codefresh-io/cli/issues"

0 commit comments

Comments
 (0)