Browse Source

Fixed install script conflict

master
Ben Ashton 2 years ago
parent
commit
05b5a3902e
  1. 2
      package.json

2
package.json

@ -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",

Loading…
Cancel
Save