Skip to content

Commit

Permalink
ticking version for using new hapi/node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mac- committed Sep 20, 2015
1 parent 797cc80 commit 3cff314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -110,7 +110,7 @@ server.statsd.set('your.set', 200);

## Version Compatibility

### Currently compatible with: Hapi 9.x.x
### Currently compatible with: Hapi 10.x.x (Node v4)

* 0.1.x - Hapi 1.x.x
* 0.2.x - Hapi 3.x.x
Expand All @@ -120,6 +120,7 @@ server.statsd.set('your.set', 200);
* 1.1.x - Hapi 7.x.x
* 1.2.x - Hapi 8.x.x
* 2.x.x - Hapi 9.x.x
* 3.x.x - Hapi 10.x.x (Node v4)

# 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": "2.0.0",
"version": "3.0.0",
"dependencies": {
"statsd-client": "0.x.x",
"eidetic": "0.x.x",
Expand All @@ -16,12 +16,12 @@
"travis-cov": "0.x.x",
"blanket": "1.x.x",
"node-dependencies": "0.x.x",
"hapi": "^9.0.0",
"hapi": "^10.0.0",
"coveralls": "2.x.x",
"mocha-lcov-reporter": "0.x.x"
},
"peerDependencies": {
"hapi": "^9.0.0"
"hapi": "^10.0.0"
},
"keywords": [
"hapi",
Expand All @@ -35,7 +35,7 @@
"round trip"
],
"engines": {
"node": ">=0.10.0"
"node": ">=4.0.0"
},
"main": "./lib/hapi-statsd.js",
"repository": {
Expand Down

0 comments on commit 3cff314

Please sign in to comment.