From a55539dfc408763821e2a48030d2453b08563952 Mon Sep 17 00:00:00 2001 From: Alex <52292902+alexrudd2@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:15:23 -0500 Subject: [PATCH] fix: set executable bit to fix 'npx' (#153) * chmod +x * ignore VSCode settings --- .gitignore | 1 + cli.js | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 cli.js diff --git a/.gitignore b/.gitignore index 6bd8d4d..618970c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ dist/ .eslintcache +.vscode diff --git a/cli.js b/cli.js old mode 100644 new mode 100755