removed node from command

This commit is contained in:
Christopher Pickering 2022-02-18 17:05:26 -06:00
parent 8fec09237a
commit 278028ed16
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -36,7 +36,7 @@
"djlint": "./bin/index.js"
},
"scripts": {
"install": "node ./bin/install.js"
"install": "./bin/install.js"
},
"author": {
"name": "Christopher Pickering",