coreh / hookshot

Hookshot is a tiny library and companion CLI tool for handling GitHub post-receive hooks.
MIT License
145 stars 24 forks source link

Deprecation warning for newer Express versions #6

Open konklone opened 10 years ago

konklone commented 10 years ago
GMT express deprecated res.send(status, body): 

Use res.status(status).send(body) instead at node_modules/hookshot/lib/index.js:33:9

Seems like an easy enough fix. I feel like your testing setup for webhooks is probably more ready-to-go than mine, but if you'd prefer a PR I can probably do one at some point.

mhkeller commented 9 years ago

+1

mdsteveb commented 6 years ago

See PR #16 that I just submitted .