Skip to content

Commit

Permalink
added module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknikhil committed May 24, 2014
1 parent 6580e71 commit bc66b86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion mock-kue.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ var callback = function(job, deferred){
deferred.resolve();
}
};
}
}


module.exports = kue;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "mock-kue",
"version": "0.0.7",
"version": "0.0.8",
"description": "Mock kue in tests",
"main" : "./mock-kue.js",
"repository": {
Expand Down

0 comments on commit bc66b86

Please sign in to comment.