Skip to content

Commit

Permalink
Merge pull request #4 from jmlue42/master
Browse files Browse the repository at this point in the history
Updating for use with Hapi 11.x.x
  • Loading branch information
mac- committed Nov 18, 2015
2 parents 500789e + 989bf10 commit 852975a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
node_modules
test/coverage*
.DS*
.idea/
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- 0.10
- 4
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -112,11 +112,12 @@ If an `internalError` event is received, then the log message will be the error

## Version Compatibility

### Currently compatible with: Hapi 8.x.x
### Currently compatible with: Hapi 11.x.x

* 0.1.x - Hapi 6.x.x
* 0.2.x - Hapi 7.x.x
* 0.3.x - Hapi 8.x.x
* 0.4.x - Hapi 11.x.x

# License

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"contributors": [
"Mac Angell <mac.ang311@gmail.com>"
],
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"bunyan": "1.x.x",
"hoek": "2.x.x",
Expand All @@ -14,15 +14,15 @@
"blanket": "1.x.x",
"boom": "2.x.x",
"coveralls": "2.x.x",
"hapi": "8.x.x",
"hapi": "^11.x.x",
"jshint": "2.x.x",
"mocha": "1.x.x",
"mocha-lcov-reporter": "0.x.x",
"node-dependencies": "0.x.x",
"travis-cov": "0.x.x"
},
"peerDependencies": {
"hapi": "8.x.x"
"hapi": "^11.x.x"
},
"keywords": [
"hapi",
Expand All @@ -34,7 +34,7 @@
"bunyan"
],
"engines": {
"node": ">=0.10.0"
"node": ">=4.2.1"
},
"main": "./lib/hapi-logger.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/jshint/config.json
Expand Up @@ -18,7 +18,7 @@
"unused": true,
"strict": false,
"trailing": true,
"maxparams": 0,
"maxparams": 5,
"maxdepth": 0,
"maxstatements": 0,
"maxcomplexity": 0,
Expand Down

0 comments on commit 852975a

Please sign in to comment.