1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-03 17:01:05 +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

@ -11,7 +11,7 @@ Definition of the FRESHResume class.
var FS = require('fs')
, extend = require('../utils/extend')
, extend = require('extend')
, validator = require('is-my-json-valid')
, _ = require('underscore')
, __ = require('lodash')