mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 05:53:19 +02:00
Revert "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 reverts commit f71ba00b8d.
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
"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