Skip to content

Commit 61eee52

Browse files
committed
chore: remove use of lodash/castArray
1 parent 598bf34 commit 61eee52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/core",
33
"description": "base library for oclif CLIs",
4-
"version": "1.1.2-test-09",
4+
"version": "1.1.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/core/issues",
77
"dependencies": {

src/cli-ux/action/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import castArray from 'lodash/castArray'
21
import {inspect} from 'util'
2+
import {castArray} from '../../util'
33

44
export interface ITask {
55
action: string;

0 commit comments

Comments
 (0)