From 9e1a377c85c34b7d93124fa1da7acd26cc2e2206 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sun, 23 Jun 2024 16:17:10 -0500 Subject: [PATCH] fix: bump dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a79389a..5365001 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