Switch to object spreading in favor of _.assign

Change-type: patch
This commit is contained in:
Pagan Gazzard
2020-02-29 22:06:54 +00:00
parent 62e4930e5b
commit 235c13bea9
12 changed files with 50 additions and 66 deletions

View File

@ -17,7 +17,6 @@
import { flags } from '@oclif/command';
import { stripIndent } from 'common-tags';
import * as _ from 'lodash';
import { ExpectedError } from '../errors';