Skip to content

Commit

Permalink
Merge branch 'master' into typescript-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Aug 26, 2020
2 parents bc66dae + 2f55d43 commit 5c753a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/forty-students-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'skuba': patch
---

**configure:** Fix bad import
2 changes: 1 addition & 1 deletion src/cli/configure/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import path from 'path';

import { Select } from 'enquirer';
import { hasProp } from 'utils/validation';

import { createInclusionFilter } from '../../utils/copy';
import { createExec, ensureCommands } from '../../utils/exec';
import { log } from '../../utils/logging';
import { showLogo } from '../../utils/logo';
import { BASE_TEMPLATE_DIR } from '../../utils/template';
import { hasProp } from '../../utils/validation';

import { analyseConfiguration } from './analyseConfiguration';
import { analyseDependencies } from './analyseDependencies';
Expand Down

0 comments on commit 5c753a3

Please sign in to comment.