Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
2 changed files with
2 additions and
0 deletions
-
lib/utils/prompt-options.js
-
lib/utils/to-human-path.js
|
|
@ -1,3 +1,4 @@ |
|
|
|
// Packages
|
|
|
|
import chalk from 'chalk' |
|
|
|
|
|
|
|
export default function (opts) { |
|
|
|
|
|
@ -1,3 +1,4 @@ |
|
|
|
// Native
|
|
|
|
import {resolve} from 'path' |
|
|
|
import {homedir} from 'os' |
|
|
|
|
|
|
|