mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 06:15:16 +02:00
Make sure that yargs respects our option types and doesn't convert anything to a number automagically. Caused an issue when a device's serial number was all digits. No implicit arrays accepted either.
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
"bin": {
|
||||
"stf": "./bin/stf"
|
||||
},
|
||||
"yargs": {
|
||||
"parse-numbers": false,
|
||||
"duplicate-arguments-array": false
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp test",
|
||||
"prepublish": "bower install && not-in-install && gulp build || in-install"
|
||||
|
||||
Reference in New Issue
Block a user