mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-15 10:07:07 +01:00
Add missing chalk references.
This commit is contained in:
@ -14,7 +14,8 @@ Implementation of the 'analyze' verb for HackMyResume.
|
||||
, MKDIRP = require('mkdirp')
|
||||
, PATH = require('path')
|
||||
, _ = require('underscore')
|
||||
, ResumeFactory = require('../core/resume-factory');
|
||||
, ResumeFactory = require('../core/resume-factory')
|
||||
, chalk = require('chalk');
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user