clonn / slack-node-sdk

slack.com, slack, node sdk
MIT License
167 stars 32 forks source link

package.json repository field #15

Closed sabrehagen closed 9 years ago

sabrehagen commented 9 years ago

Hi,

You're missing a repository field in your package.json file, and npm complains that it doesn't exist when installing. Could you add the following so there aren't any issues? Thanks!

"repository": {
    "type": "git",
    "url": "https://github.com/clonn/slack-node-sdk/"
  },

Also, if you could link your github repository to the npm page it would really help :)

clonn commented 9 years ago

https://github.com/clonn/slack-node-sdk/commit/0b7059ee0b22a067fb1506344285c2e270966336

@sabrehagen thanks for mention it, already fixed.