diff --git a/bin/now-deploy.js b/bin/now-deploy.js index 8ad9ef9..fd57175 100755 --- a/bin/now-deploy.js +++ b/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'