Comparing version 0.9.1 to 0.9.2
@@ -0,1 +1,6 @@ | ||
0.9.2 / 2014-03-17 | ||
================== | ||
* fix package.json | ||
0.9.1 / 2014-03-17 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "supertest", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Super-agent driven library for testing HTTP servers", | ||
@@ -10,4 +10,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"superagent": "^0.17.0", | ||
"methods": "^0.1.0" | ||
"superagent": "0.17.0", | ||
"methods": "0.1.0" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
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
31439
Updatedmethods@0.1.0
Updatedsuperagent@0.17.0