From ae92ab0dca2d313653b76321a2de6f98dbd4dd2a Mon Sep 17 00:00:00 2001 From: vstiebe Date: Fri, 6 Dec 2019 18:08:17 -0300 Subject: [PATCH] Rename index.wbsm.js to wbsm.js On Windows the node_modules/commander/index.js executeSubCommand method line `var f = argv[1];` returns the full path and file name. We should rename index.wbsm.js to wbsm.js or rename every command to index.wbsm-command.js. --- lib/{index.wbsm.js => wbsm.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/{index.wbsm.js => wbsm.js} (100%) diff --git a/lib/index.wbsm.js b/lib/wbsm.js similarity index 100% rename from lib/index.wbsm.js rename to lib/wbsm.js