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

View File

View File

@ -1,8 +1,8 @@
{ "name" : "oauth"
, "description" : "Library for interacting with OAuth 1.0, 1.0A and 2. Provides simplified client access and allows for construction of more complex apis and OAuth providers."
, "version" : "0.8.1"
, "version" : "0.8.2"
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
, "main" : "index.js"
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
, "repository" : { "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" }
}