Revert moving of dependencies

This change isn't necessary for adding the option.
This commit is contained in:
Landon Abney
2018-06-01 09:29:29 -07:00
parent 53ef5ca4cc
commit bb7046830a

View File

@@ -6,7 +6,11 @@
// are installed.
require('./bootstrap')
// Needed so we can require src/module-cache.coffee during generateModuleCache
require('coffee-script/register')
require('colors')
const path = require('path')
const yargs = require('yargs')
const argv = yargs
.usage('Usage: $0 [options]')
@@ -23,10 +27,6 @@ const argv = yargs
.wrap(yargs.terminalWidth())
.argv
// Needed so we can require src/module-cache.coffee during generateModuleCache
require('coffee-script/register')
const path = require('path')
const checkChromedriverVersion = require('./lib/check-chromedriver-version')
const cleanOutputDirectory = require('./lib/clean-output-directory')
const cleanPackageLock = require('./lib/clean-package-lock')