Browse Source

Missing import types added

master
Leo Lamprecht 8 years ago
parent
commit
c9808b7a6e
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 1
      lib/utils/prompt-options.js
  2. 1
      lib/utils/to-human-path.js

1
lib/utils/prompt-options.js

@ -1,3 +1,4 @@
// Packages
import chalk from 'chalk'
export default function (opts) {

1
lib/utils/to-human-path.js

@ -1,3 +1,4 @@
// Native
import {resolve} from 'path'
import {homedir} from 'os'

Loading…
Cancel
Save