1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-11 04:31:07 +01:00

Remove spawn-watch.

No longer necessary.
This commit is contained in:
hacksalot
2016-01-09 05:29:45 -05:00
parent d878270bc6
commit 9466a8c0dd
4 changed files with 71 additions and 26 deletions

View File

@ -10,8 +10,7 @@
var SPAWNW = require('./core/spawn-watch')
, HMR = require( './hackmyapi')
var HMR = require( './hackmyapi')
, PKG = require('../package.json')
, FS = require('fs')
, EXTEND = require('./utils/extend')