We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598bf34 commit 61eee52Copy full SHA for 61eee52
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@oclif/core",
3
"description": "base library for oclif CLIs",
4
- "version": "1.1.2-test-09",
+ "version": "1.1.2",
5
"author": "Salesforce",
6
"bugs": "https://github.com/oclif/core/issues",
7
"dependencies": {
src/cli-ux/action/base.ts
@@ -1,5 +1,5 @@
-import castArray from 'lodash/castArray'
import {inspect} from 'util'
+import {castArray} from '../../util'
export interface ITask {
action: string;
0 commit comments