Skip to content

Commit

Permalink
fix(utils): modify import file into lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Jan 4, 2019
1 parent 2b9f291 commit bbf066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@weex/plugins/utils/src/android/android-env.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')
const fs = require('fs')

import * as PLATFORM from '../PLATFORM/PLATFORM'
import * as PLATFORM from '../platform/platform'
import * as PROCESS from '../process/process'
import {
ANDROID_SDK_NOT_FIND,
Expand Down

0 comments on commit bbf066c

Please sign in to comment.