diff --git a/main.js b/index.js similarity index 100% rename from main.js rename to index.js diff --git a/package.json b/package.json index ae64632..5da1010 100644 --- a/package.json +++ b/package.json @@ -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 " , "repository" : { "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" } }