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

Update with recent project changes.

This commit is contained in:
James Devlin
2015-09-01 20:13:21 -04:00
parent 90d48b3f17
commit 2aeec2334f
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Command-line resume generation logic for Scrappy.
*/
var ARGS = require( 'minimist' )
, HMR = require( './hmr');
, HMR = require( './scrappy');
try {