Browse Source

Command line configuration added for NPM.

pull/15/head
Boyan Rabchev 10 years ago
parent
commit
e39ad7aa23
  1. 6
      package.json

6
package.json

@ -20,5 +20,9 @@
"bugs": {
"url": "https://github.com/krishnasrinivas/wetty/issues"
},
"homepage": "https://github.com/krishnasrinivas/wetty"
"homepage": "https://github.com/krishnasrinivas/wetty",
"preferGlobal": "true",
"bin": {
"wetty": "./bin/wetty.js"
}
}

Loading…
Cancel
Save