Use version ~2.14.1 of commander

This commit is contained in:
David Vetrano 2018-02-20 18:29:40 -08:00
parent a65d3b2e7f
commit e001d93883

@ -13,7 +13,7 @@
"buffer": "false"
},
"dependencies": {
"commander": "~2.13.1",
"commander": "~2.14.1",
"exit-on-epipe": "~1.0.1"
},
"devDependencies": {
@ -22,7 +22,7 @@
"blanket": "~1.2.3",
"@sheetjs/uglify-js": "~2.7.3",
"@types/node": "^8.0.7",
"@types/commander": "^2.9.0",
"@types/commander": "^2.12.0",
"dtslint": "^0.1.2",
"typescript": "2.2.0"
},