mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +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": {
|
"bin": {
|
||||||
"stf": "./bin/stf"
|
"stf": "./bin/stf"
|
||||||
},
|
},
|
||||||
"yargs": {
|
|
||||||
"parse-numbers": false,
|
|
||||||
"duplicate-arguments-array": false
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp test",
|
"test": "gulp test",
|
||||||
"prepublish": "bower install && not-in-install && gulp build || in-install"
|
"prepublish": "bower install && not-in-install && gulp build || in-install"
|
||||||
|
|||||||
Reference in New Issue
Block a user