Skip to content

Commit

Permalink
chore: remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghosh committed Nov 5, 2021
1 parent 9f57ac3 commit 7cd8a75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import execa from 'execa';
import * as path from 'path';
import { printer, prompter } from 'amplify-prompts';
import { JSONUtilities } from '../jsonUtilities';
import { initial } from 'lodash';

export const generateOverrideSkeleton = async (context: $TSContext, srcResourceDirPath: string, destDirPath: string): Promise<void> => {
// 1. Create skeleton package
Expand Down

0 comments on commit 7cd8a75

Please sign in to comment.