Revert "make commands a global"

This reverts commit 9c2d902c39.
master
lub 7 years ago
parent 3ec380cf66
commit df07028aa6

@ -1,6 +1,6 @@
const fs = require('fs');
global.commands = module.exports = {};
const commands = module.exports = {};
// Compute the edit distance between the two given strings
function getEditDistance(sourceString, targetString) {