Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancole committed Jul 12, 2018
1 parent 785e675 commit 62a7358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-webhdfs",
"version": "0.3.0",
"version": "0.4.0",
"description": "A WebHDFS module for Node.js.",
"author": "Ryan Cole <[email protected]> (http://rycole.com)",
"homepage": "https://github.com/ryancole/node-webhdfs",
Expand Down
6 changes: 3 additions & 3 deletions src/webhdfs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var request = require('request'),
_ = require('lodash'),
RemoteException = exports.RemoteException = require('./remoteexception.js');
var _ = require('lodash');
var request = require('request');

var RemoteException = exports.RemoteException = require('./remoteexception.js');

var WebHDFSClient = exports.WebHDFSClient = function (options) {

Expand Down

0 comments on commit 62a7358

Please sign in to comment.