Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: lint
  • Loading branch information
rishabh3112 committed May 28, 2019
1 parent 5778bdf commit 0782944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/generators/add-generator.ts
Expand Up @@ -24,7 +24,7 @@ import { SchemaProperties, WebpackOptions } from "./types";
import entryQuestions from "./utils/entry";
import * as AutoComplete from "inquirer-autocomplete-prompt";
import path, { resolve } from "path";
import glob from 'glob'
import glob from 'glob-all'

/**
*
Expand Down
1 change: 0 additions & 1 deletion packages/generators/utils/add/questions/index.ts
@@ -1,7 +1,6 @@
import {
AutoComplete,
Confirm,
InquirerInput,
Input,
InputValidate,
} from "@webpack-cli/webpack-scaffold";
Expand Down

0 comments on commit 0782944

Please sign in to comment.