We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d565b commit ed8fe89Copy full SHA for ed8fe89
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.13.2",
+ "version": "0.13.3",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
@@ -14,8 +14,7 @@
14
"serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
15
"build-local-docs": "node ./docs/index.js",
16
"build-public-docs": "node ./docs/index.js && cd temp && hugo",
17
- "check-node-version": "node check-version.js",
18
- "postinstall": "npm run check-node-version"
+ "postinstall": "node check-version.js"
19
},
20
"bin": {
21
"codefresh": "./lib/interface/cli/codefresh"
0 commit comments