build(npm): update to yargs@3.31.0

This commit is contained in:
Igor Minar 2016-01-03 09:29:02 -08:00 committed by Igor Minar
parent fdbe8741c9
commit 8e6cf7fca8
3 changed files with 5 additions and 17 deletions

View File

@ -5776,12 +5776,7 @@
"version": "3.2.0"
},
"yargs": {
"version": "2.3.0",
"dependencies": {
"wordwrap": {
"version": "0.0.2"
}
}
"version": "3.31.0"
},
"zip-dir": {
"version": "1.0.0"

13
npm-shrinkwrap.json generated
View File

@ -9219,16 +9219,9 @@
"resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.0.tgz"
},
"yargs": {
"version": "2.3.0",
"from": "yargs@>=2.3.0 <2.4.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-2.3.0.tgz",
"dependencies": {
"wordwrap": {
"version": "0.0.2",
"from": "wordwrap@0.0.2",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
}
}
"version": "3.31.0",
"from": "yargs@3.31.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-3.31.0.tgz"
},
"zip-dir": {
"version": "1.0.0",

View File

@ -118,6 +118,6 @@
"universal-analytics": "^0.3.9",
"webpack": "^1.12.6",
"which": "~1",
"yargs": "2.3.*"
"yargs": "^3.31.0"
}
}