diff --git a/lib/rest-easy.js b/lib/rest-easy.js index e69de29..1d4c191 100644 --- a/lib/rest-easy.js +++ b/lib/rest-easy.js @@ -0,0 +1,4 @@ +var RestEasy = function () { +}; + +modules.exports = RestEasy;