From 06efac4e6e54bad39ca5c85820bb26acb0cfbaeb Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Fri, 27 Jan 2017 16:32:51 +0900 Subject: [PATCH] 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 f71ba00b8d8d749d89c719bf69f9dc285e518416. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 73020c22..71e53ce9 100644 --- a/package.json +++ b/package.json @@ -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"