commandeer
Advanced tools
Comparing version 0.5.2 to 0.5.3
# History | ||
## 0.5.3 pre-release (2015-08-07) | ||
* Update dependencies | ||
* Add code coverage reporting | ||
## 0.5.2 pre-release (2015-06-21) | ||
@@ -5,0 +10,0 @@ |
@@ -13,4 +13,4 @@ 'use strict'; | ||
log: { | ||
error: function () {}, | ||
info: function () {} | ||
error: /* istanbul ignore next */ function () {}, | ||
info: /* istanbul ignore next */ function () {} | ||
}, | ||
@@ -17,0 +17,0 @@ rewriteHostHeader: true, |
{ | ||
"name": "commandeer", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
@@ -25,3 +25,4 @@ "description": "Proxy requests through connect and capture JSON responses before they are output", | ||
"devDependencies": { | ||
"jscs": "^1", | ||
"istanbul": "~0.3", | ||
"jscs": "^2", | ||
"connect": "^3", | ||
@@ -28,0 +29,0 @@ "hogan.js": "^3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
61837
38
10