Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
fix: update oclif/core imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Dec 2, 2021
1 parent 3ddeb52 commit 74fdab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Errors} from '@oclif/core'
import * as Errors from '@oclif/core/lib/errors'
import * as util from 'util'

import {ActionBase} from './action/base'
Expand Down
2 changes: 1 addition & 1 deletion src/prompt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Errors} from '@oclif/core'
import * as Errors from '@oclif/core/lib/errors'
import chalk from 'chalk'

import config from './config'
Expand Down

0 comments on commit 74fdab5

Please sign in to comment.