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

Update "hackmyapi" references.

This commit is contained in:
hacksalot
2016-01-24 17:14:53 -05:00
parent 8652c7ecdf
commit fc937e3ec8
3 changed files with 12 additions and 12 deletions

View File

@ -10,16 +10,16 @@ Definition of the `main` function.
var HMR = require( 'hackmyapi')
var HMR = require( 'hackmycore')
, PKG = require('../../package.json')
, FS = require('fs')
, EXTEND = require('extend')
, chalk = require('chalk')
, PATH = require('path')
, HMSTATUS = require('hackmyapi/src/core/status-codes')
, HME = require('hackmyapi/src/core/event-codes')
, safeLoadJSON = require('hackmyapi/src/utils/safe-json-loader')
, StringUtils = require('hackmyapi/src/utils/string.js')
, HMSTATUS = require('hackmycore/src/core/status-codes')
, HME = require('hackmycore/src/core/event-codes')
, safeLoadJSON = require('hackmycore/src/utils/safe-json-loader')
, StringUtils = require('hackmycore/src/utils/string.js')
, _ = require('underscore')
, OUTPUT = require('./out')
, PAD = require('string-padding')