mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-18 01:51:06 +00:00
removed node from command
This commit is contained in:
parent
8fec09237a
commit
278028ed16
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"djlint": "./bin/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "node ./bin/install.js"
|
||||
"install": "./bin/install.js"
|
||||
},
|
||||
"author": {
|
||||
"name": "Christopher Pickering",
|
||||
|
|
|
|||
Loading…
Reference in a new issue