Use minimist for parsing args

This commit is contained in:
Jeffrey Morgan
2015-04-17 09:54:29 -04:00
parent 851b01ef04
commit 87f5572bfb
2 changed files with 8 additions and 9 deletions

View File

@@ -59,7 +59,6 @@
"dockerode": "^2.1.1",
"exec": "0.2.0",
"jquery": "^2.1.3",
"minimist": "^1.1.0",
"mixpanel": "0.0.20",
"node-uuid": "^1.4.2",
"object-assign": "^2.0.0",
@@ -74,7 +73,6 @@
},
"devDependencies": {
"babel": "^4.5.5",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-changed": "^1.1.1",
"gulp-concat": "^2.5.2",
@@ -89,8 +87,10 @@
"gulp-shell": "^0.3.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"gulp": "^3.8.11",
"jest-cli": "kitematic/jest",
"jsxhint": "^0.12.1",
"minimist": "^1.1.0",
"react-tools": "^0.12.2",
"run-sequence": "^1.0.2"
}