hapi-boom-decorators
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.2] - 2016-01-10 | ||
- Test against hapi version 12 | ||
- Test against additional node version 5.4 | ||
## [1.1.1] - 2016-01-03 | ||
@@ -8,0 +12,0 @@ - Fix peer dependency conflicts with dev dependencies and build issues |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "boom": { |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors", | ||
@@ -49,3 +49,3 @@ "engines": { | ||
"chokidar-cli": "^1.2.0", | ||
"hapi": "^11.1.4", | ||
"hapi": "^12.0.1", | ||
"mocha": "^2.3.4", | ||
@@ -52,0 +52,0 @@ "retire": "^1.1.2", |
6103