1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-15 10:07:07 +01:00

Remove custom "extend" method.

Replace with NPM extend.
This commit is contained in:
hacksalot
2016-01-18 17:31:08 -05:00
parent c98d05270e
commit e72564162b
9 changed files with 14 additions and 96 deletions

View File

@ -13,7 +13,7 @@ Definition of the `main` function.
var HMR = require( '../hackmyapi')
, PKG = require('../../package.json')
, FS = require('fs')
, EXTEND = require('../utils/extend')
, EXTEND = require('extend')
, chalk = require('chalk')
, PATH = require('path')
, HACKMYSTATUS = require('../core/status-codes')