Bumping version and updating package to use index.js instead of main.js

This commit is contained in:
ciaranj
2010-09-20 21:50:03 +01:00
parent 72648d0bfc
commit 3c22a78d9e
2 changed files with 2 additions and 2 deletions

2
index.js Normal file
View File

@ -0,0 +1,2 @@
exports.OAuth = require("./lib/oauth").OAuth;
exports.OAuth2 = require("./lib/oauth2").OAuth2;