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:
@ -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