From 278028ed168ec1f45b5f07b9022a247ad80e44f8 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Fri, 18 Feb 2022 17:05:26 -0600 Subject: [PATCH] removed node from command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 163fd71..78c1851 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "djlint": "./bin/index.js" }, "scripts": { - "install": "node ./bin/install.js" + "install": "./bin/install.js" }, "author": { "name": "Christopher Pickering",