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 chalk from 'chalk'
import minimist from 'minimist' import minimist from 'minimist'
import ms from 'ms' import ms from 'ms'
import fs from 'fs-promise'
// Ours // Ours
import copy from '../lib/copy' import copy from '../lib/copy'

Loading…
Cancel
Save