hemanth / node-yoda-said

Yoda quotes on CLI a trribute to Master Yoda!
MIT License
11 stars 3 forks source link

Installs globally as `latest-version` instead of `yoda-said` #18

Closed justin-calleja closed 8 years ago

justin-calleja commented 8 years ago

Installs globally as latest-version instead of yoda-said.

You should be able to fix this by using the following in package.json:

  "bin": {
    "yoda-said": "cli.js"
  },
hemanth commented 8 years ago

Thanks for reporting, fixed in 1.0.1