From 6bd205cabd2c050954e88cc0cfd1fa3cd40711f2 Mon Sep 17 00:00:00 2001 From: Carlos E Silva Date: Fri, 10 Nov 2017 08:36:51 -0500 Subject: [PATCH] Use number instead of string for default storage value --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d874c77..7f57309 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,7 @@ const optionDefinitions = [ { name: 'storage', type: String, - defaultValue: '256', + defaultValue: 256, description: "Define which storage size to search for. Accepted options are: '64', '256'.", }, {