hapi-bunyan
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -67,4 +67,3 @@ 'use strict'; | ||
delete options.logger; | ||
delete options.handler; | ||
options = lodash.omit(options, ['logger', 'handler']); | ||
@@ -71,0 +70,0 @@ options = lodash.defaults(options, { |
{ | ||
"name": "hapi-bunyan", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"main": "./lib", | ||
@@ -18,3 +18,3 @@ "description": "Simple Bunyan logging in Hapi", | ||
"scripts": { | ||
"test": "./node_modules/.bin/jshint lib test && ./node_modules/.bin/jscs lib test && ./node_modules/.bin/lab -c -t 100" | ||
"test": "./node_modules/.bin/jshint lib test && ./node_modules/.bin/jscs lib test && ./node_modules/.bin/lab -c -t 100 -l" | ||
}, | ||
@@ -21,0 +21,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6876
135