mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Revert moving of dependencies
This change isn't necessary for adding the option.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user