Skip to content

Commit

Permalink
revert to joi@^6 to keep ES5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Dec 7, 2016
1 parent 445cab7 commit 51d4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/auth0/node-jsonwebtoken/issues"
},
"dependencies": {
"joi": "^10.0.1",
"joi": "^6.10.1",
"jws": "^3.1.4",
"lodash.once": "^4.0.0",
"ms": "^0.7.1",
Expand Down

3 comments on commit 51d4796

@kevin-frugier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@hbaqai
Copy link

@hbaqai hbaqai commented on 51d4796 Dec 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jfromaniello, does this address #281 ?

@jfromaniello
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hbaqai yes

Please sign in to comment.