From 6cbdaef875316d3a01fd46ea373f4cdd7d801cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexei=20=C8=98er=C8=99un?= Date: Fri, 30 Sep 2022 10:01:03 +0300 Subject: [PATCH] Resolve package name properly --- bin/coffeelint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/coffeelint b/bin/coffeelint index 3148fdcd..a9aea8fd 100755 --- a/bin/coffeelint +++ b/bin/coffeelint @@ -26,7 +26,7 @@ if (!existsFn(commandline)) { try { // Try to find a project-specific install first. This works the same // way grunt-cli does. - filepath = resolve('coffeelint', { basedir: process.cwd() }); + filepath = resolve('@coffeelint/cli', { basedir: process.cwd() }); commandline = path.dirname(filepath) + path.sep + 'commandline.js'; } catch (ex) { }