Put back mistakenly deleted requires

This commit is contained in:
Antonio Scandurra 2016-08-16 12:46:37 +02:00
parent 62d5af52ae
commit e3e85e4780
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
'use strict'
const spawnSync = require('./spawn-sync')
const childProcess = require('child_process')
const path = require('path')
const CONFIG = require('../config')

View File

@ -1,6 +1,6 @@
'use strict'
const spawnSync = require('./spawn-sync')
const childProcess = require('child_process')
const path = require('path')
const CONFIG = require('../config')

View File

@ -1,6 +1,6 @@
'use strict'
const spawnSync = require('./spawn-sync')
const childProcess = require('child_process')
const path = require('path')
const CONFIG = require('../config')

View File

@ -1,6 +1,6 @@
'use strict'
const spawnSync = require('./spawn-sync')
const childProcess = require('child_process')
const fs = require('fs')
const path = require('path')