Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "bhttp", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A sane HTTP client library for Node.js with Streams2 support.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,2 +52,3 @@ # bhttp | ||
```javascript | ||
var Promise = require("bluebird"); | ||
var bhttp = require("bhttp"); | ||
@@ -77,2 +78,3 @@ | ||
```javascript | ||
var Promise = require("bluebird"); | ||
var bhttp = require("bhttp"); | ||
@@ -112,2 +114,3 @@ | ||
```javascript | ||
var Promise = require("bluebird"); | ||
var bhttp = require("bhttp"); | ||
@@ -114,0 +117,0 @@ |
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
3133241
216