Browse Source

Forgot to load fs-promise

master
Leo Lamprecht 8 years ago
parent
commit
fe6bd9b1f2
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 1
      bin/now-deploy.js

1
bin/now-deploy.js

@ -10,6 +10,7 @@ import bytes from 'bytes'
import chalk from 'chalk'
import minimist from 'minimist'
import ms from 'ms'
import fs from 'fs-promise'
// Ours
import copy from '../lib/copy'

Loading…
Cancel
Save