From 1d91f354f33a13b66c70e634124efc319cb166c9 Mon Sep 17 00:00:00 2001 From: Alexander Prokhorov Date: Wed, 24 Dec 2025 23:10:34 +0400 Subject: [PATCH] [wip] test --- src/init.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/init.js b/src/init.js index fbc0f3b..ca18ac3 100644 --- a/src/init.js +++ b/src/init.js @@ -124,7 +124,6 @@ function onInstall(projectDir) { } })(); } - module.exports = function init(projectDir) { projectDir = projectDir || getProjectDir(); return onInstall(projectDir);