mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 05:07:26 +00: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'); | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -7,6 +7,7 @@ Implementation of the 'convert' verb for HackMyResume. | ||||
| (function(){ | ||||
|  | ||||
|   var ResumeFactory = require('../core/resume-factory'); | ||||
|   var chalk = require('chalk'); | ||||
|  | ||||
|   /** | ||||
|   Convert between FRESH and JRS formats. | ||||
|   | ||||
| @@ -8,7 +8,8 @@ Implementation of the 'create' verb for HackMyResume. | ||||
|  | ||||
|   var FLUENT = require('../hackmyapi') | ||||
|     , MKDIRP = require('mkdirp') | ||||
|     , PATH = require('path'); | ||||
|     , PATH = require('path') | ||||
|     , chalk = require('chalk'); | ||||
|  | ||||
|   /** | ||||
|   Create a new empty resume in either FRESH or JRS format. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user