Closed AntiPaste closed 9 years ago
Support restify 4.x in package.json since there are no changes that affect restify-jwt. Also more consistent usage in restify.<Error> vs. restify.errors.<Error>.
package.json
restify-jwt
restify.<Error>
restify.errors.<Error>
:+1:
@AntiPaste Thanks for the PR!
Are there any plans to release this to npm soon?
Support restify 4.x in
package.json
since there are no changes that affectrestify-jwt
. Also more consistent usage inrestify.<Error>
vs.restify.errors.<Error>
.