hapi-boom-decorators
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.4] - 2016-07-14 | ||
- Update out of date dependencies (exc. Boom) | ||
- Test only in latest few versions of node 4.x, 5.x and 6.x | ||
## [1.1.3] - 2016-03-19 | ||
@@ -8,0 +12,0 @@ - Test against hapi version 13 |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "boom": { |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors", | ||
@@ -52,4 +52,4 @@ "engines": { | ||
"retire": "^1.1.4", | ||
"xo": "^0.13.0" | ||
"xo": "^0.16.0" | ||
} | ||
} |
6338