diff --git a/package.json b/package.json index 71e53ce9..73020c22 100644 --- a/package.json +++ b/package.json @@ -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"