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:
Simo Kinnunen
2017-01-27 16:32:51 +09:00
parent f71ba00b8d
commit 06efac4e6e

View File

@@ -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"