Skip to content

Commit

Permalink
fix: updated cli-ux
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 10, 2018
1 parent d93dbcf commit 4b3d500
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 88 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.20",
"@oclif/command": "^1.4.21",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.8",
"@oclif/errors": "^1.0.11",
"@types/semver": "^5.5.0",
"cli-ux": "^3.4.1",
"cli-ux": "^4.2.0",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"filesize": "^3.6.1",
"fs-extra": "^6.0.0",
"http-call": "^5.1.1",
"fs-extra": "^6.0.1",
"http-call": "^5.1.2",
"lodash": "^4.17.10",
"log-chopper": "^1.0.2",
"semver": "^5.5.0",
"tar-fs": "^1.16.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.16",
"@oclif/dev-cli": "^1.13.19",
"@oclif/plugin-help": "^1.2.10",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.0",
"@oclif/tslint": "^1.1.1",
"@types/chai": "^4.1.3",
"@types/cross-spawn": "^6.0.0",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.2",
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.3",
"@types/node": "^10.0.6",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"qqjs": "^0.3.8",
"ts-node": "6.0.2",
"ts-node": "6.0.3",
"tslib": "^1.9.0",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
Expand Down
1 change: 0 additions & 1 deletion src/hooks/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async function mtime(f: string) {
export const init: Config.Hook<'init'> = async function (opts) {
if (opts.id === 'update') return
if (opts.config.scopedEnvVarTrue('DISABLE_AUTOUPDATE')) return
cli.config.errlog = opts.config.errlog
const binPath = this.config.binPath || this.config.bin
const lastrunfile = path.join(this.config.cacheDir, 'lastrun')
const autoupdatefile = path.join(this.config.cacheDir, 'autoupdate')
Expand Down
Loading

0 comments on commit 4b3d500

Please sign in to comment.