1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-02 12:27:08 +01:00

Remove 'minimist' dependency.

This commit is contained in:
hacksalot
2016-01-03 02:25:39 -05:00
parent 6b3396e01b
commit 69e8adc1cc
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ Command-line interface (CLI) for HackMyResume.
var SPAWNW = require('./core/spawn-watch')
, ARGS = require( 'minimist' )
, FCMD = require( './hackmycmd')
, PKG = require('../package.json')
, FS = require('fs')