Skip to content

Commit

Permalink
forgot to include fs, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDecrock committed Jan 1, 2014
1 parent b304b36 commit 33d361f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions httpreq.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var querystring = require('querystring');
var https = require('https');
var http = require('http');
var url = require('url');
var fs = require('fs');

exports.get = function(url, options, callback){
// if only 2 args are provided
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "httpreq",
"description": "node-httpreq is a node.js library to do HTTP(S) requests the easy way",
"version": "0.3.6",
"version": "0.3.7",
"author": {
"name": "Sam Decrock",
"url": "https://github.com/SamDecrock/"
Expand Down

0 comments on commit 33d361f

Please sign in to comment.