diff --git a/package.json b/package.json index bc16b31..613271e 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" } -} +} \ No newline at end of file