Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "shot", | ||
"description": "Injects a fake HTTP request/response into a node HTTP server", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"repository": "git://github.com/spumko/shot", | ||
@@ -14,3 +14,3 @@ "main": "index", | ||
"engines": { | ||
"node": ">=0.10.21" | ||
"node": ">=0.10.22" | ||
}, | ||
@@ -17,0 +17,0 @@ "dependencies": { |
@@ -39,3 +39,3 @@ // Load modules | ||
Shot.inject(dispatch, { method: 'get', url: 'http://example.com:8080/hello' }, function (res) { | ||
Shot.inject(dispatch, 'http://example.com:8080/hello', function (res) { | ||
@@ -42,0 +42,0 @@ expect(res.headers.date).to.exist; |
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
62789