Skip to content

Commit

Permalink
Merge pull request #103 from dwyl/5.0.7
Browse files Browse the repository at this point in the history
updates version of node to 4.0 and hapi to 10.0
  • Loading branch information
iteles committed Sep 12, 2015
2 parents 8fd01c6 + ab2a498 commit d1f842e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Build Status](https://travis-ci.org/dwyl/hapi-auth-jwt2.svg "Build Status = Tests Passing")](https://travis-ci.org/dwyl/hapi-auth-jwt2)
[![Test Coverage](https://codeclimate.com/github/dwyl/hapi-auth-jwt2/badges/coverage.svg "All Lines Tested")](https://codeclimate.com/github/dwyl/hapi-auth-jwt2)
[![Code Climate](https://codeclimate.com/github/dwyl/hapi-auth-jwt2/badges/gpa.svg "No Nasty Code")](https://codeclimate.com/github/dwyl/hapi-auth-jwt2)
[![HAPI 9.3.0](http://img.shields.io/badge/hapi-9.3.0-brightgreen.svg "Latest Hapi.js")](http://hapijs.com)
[![HAPI 10.0.0](http://img.shields.io/badge/hapi-10.0.0-brightgreen.svg "Latest Hapi.js")](http://hapijs.com)
[![Node.js Version](https://img.shields.io/node/v/hapi-auth-jwt2.svg?style=flat "Node.js 10 & 12 and io.js latest both supported")](http://nodejs.org/download/)
[![npm](https://img.shields.io/npm/v/hapi-auth-jwt2.svg)](https://www.npmjs.com/package/hapi-auth-jwt2)

Expand Down Expand Up @@ -303,10 +303,16 @@ we *recommend* including it in your **package.json** ***explicitly*** as a **dep

### Compatibility

`hapi-auth-jwt2` is compatible with *both* Hapi `9.x.x` and `8.x.x` however we
*recommend* using the [*latest version*](https://github.com/hapijs/hapi/) of Hapi for security/performance updates.
`hapi-auth-jwt2` is compatible with Hapi.js versions `10.x.x` `9.x.x` and `8.x.x` as there was no change to how the Hapi plugin system works
for the past two versions.
See the release notes for more details:
+ Hapi Version 10: https://github.com/hapijs/hapi/issues/2764
+ Hapi Version 9: https://github.com/hapijs/hapi/issues/2682

> *If you have a question*, ***please post an issue/question on
However in the interest of
security/performance we *recommend* using the [*latest version*](https://github.com/hapijs/hapi/) of Hapi.

> *If you have a question, or need help getting started* ***please post an issue/question on
GitHub***: https://github.com/dwyl/hapi-auth-jwt2/issues *or*
[![Join the chat at https://gitter.im/dwyl/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dwyl/chat/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"aguid": "^1.0.3",
"hapi": "^9.3.0",
"hapi": "^10.0.0",
"codeclimate-test-reporter": "^0.1.0",
"istanbul": "^0.3.19",
"jshint": "^2.8.0",
Expand All @@ -46,7 +46,7 @@
"tape": "^4.2.0"
},
"engines": {
"node": ">=0.12"
"node": ">=4.0"
},
"scripts": {
"quick": "./node_modules/tape/bin/tape ./test/*.js | node_modules/tap-spec/bin/cmd.js",
Expand Down

0 comments on commit d1f842e

Please sign in to comment.