twitter-rest-lite
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -24,13 +24,13 @@ var API = require('./lib/api'), | ||
return { | ||
api: new API(uri, opts), | ||
oauth: new OAuth(uri, opts) | ||
API: new API(uri, opts), | ||
OAuth: new OAuth(uri, opts) | ||
} | ||
}; | ||
module.exports.oauth = function(opts) { | ||
module.exports.OAuth = function(opts) { | ||
return new OAuth(uri, opts); | ||
}; | ||
module.exports.api = function(opts) { | ||
module.exports.API = function(opts) { | ||
return new API(uri, opts); | ||
}; |
{ | ||
"name": "twitter-rest-lite", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Twitter's REST API Lite", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |