From f81619fada1baf26937ab0efcff520f97da9af90 Mon Sep 17 00:00:00 2001 From: Bogdan Teodoru Date: Fri, 14 Oct 2022 14:33:50 +0300 Subject: [PATCH] Update setup.js --- setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.js b/setup.js index 8ebd8d6..7c1314c 100644 --- a/setup.js +++ b/setup.js @@ -20,7 +20,7 @@ var execute = function(pathParts, params, callback) { if (mode === 'postinstall') { fsExists(sysPath.join(__dirname, 'lib'), function(exists) { if (exists) return; - execute(['node_modules', 'coffee-script', 'bin', 'coffee'], '-o lib/ src/'); + execute(['node_modules', 'coffeescript', 'bin', 'coffee'], '-o lib/ src/'); }); } else if (mode === 'test') { execute(['node_modules', 'mocha', 'bin', 'mocha'],