Skip to content

Commit

Permalink
chore: merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Jan 7, 2020
1 parent 4ecdb24 commit 8dd89f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/taro-cli/src/mini/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as path from 'path'

import * as _ from 'lodash'
import { Config } from '@tarojs/taro'
import { IProjectConfig } from '@tarojs/taro/types/compile'
import { IProjectConfig, ITaroManifestConfig } from '@tarojs/taro/types/compile'
import wxTransformer from '@tarojs/transformer-wx'
import getHashName from '../util/hash'

Expand Down Expand Up @@ -39,8 +39,7 @@ import { resolveNpmSync } from '../util/npm'

import {
IOption,
INpmConfig,
ITaroManifestConfig
INpmConfig
} from '../util/types'
import CONFIG from '../config'

Expand Down

0 comments on commit 8dd89f3

Please sign in to comment.