1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-03 00:30:05 +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

@ -58,7 +58,6 @@
"jst": "0.0.13",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"parse-filepath": "^0.6.3",

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')