Fixed install script conflict

This commit is contained in:
Ben Ashton 2022-09-05 15:22:08 -06:00
parent 9fd68beae8
commit 05b5a3902e

View File

@ -7,7 +7,7 @@
"start": "node cli.js", "start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"make": "npx webpack && npx pkg .", "make": "npx webpack && npx pkg .",
"install": "sudo cp ./dist/n0m-template-engine /usr/local/bin/n0m" "install-binary": "sudo cp ./dist/n0m-template-engine /usr/local/bin/n0m"
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",