Skip to content

Commit

Permalink
fix(create): pass utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chnliquan committed Aug 30, 2022
1 parent 0bbf135 commit a59653e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/create/src/core/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ import {
ServiceOpts,
ServicePluginAPI,
} from '@eljs/service'
import utils, {
logger,
PkgJSON,
prompts,
RenderTemplateOptions,
} from '@eljs/utils'
import * as utils from '@eljs/utils'
import { logger, PkgJSON, prompts, RenderTemplateOptions } from '@eljs/utils'
import {
AppData,
CopyDirectory,
Expand Down

0 comments on commit a59653e

Please # to comment.