Replace optimist with yargs

This commit is contained in:
Machiste Quintana
2015-04-23 18:16:29 -04:00
parent ece59a1801
commit 1dbab06fe3
2 changed files with 4 additions and 4 deletions

View File

@@ -46,7 +46,6 @@
"mixto": "^1",
"nslog": "^2.0.0",
"oniguruma": "^4.1",
"optimist": "0.4.0",
"pathwatcher": "^4.4",
"property-accessors": "^1.1.3",
"q": "^1.1.2",
@@ -67,7 +66,8 @@
"text-buffer": "^5.2",
"theorist": "^1.0.2",
"typescript-simple": "1.0.0",
"underscore-plus": "^1.6.6"
"underscore-plus": "^1.6.6",
"yargs": "^3.7.2"
},
"packageDependencies": {
"atom-dark-syntax": "0.26.0",