Skip to content

Commit

Permalink
Bumping version and updating package to use index.js instead of main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Sep 20, 2010
1 parent 72648d0 commit 3c22a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
{ "name" : "oauth" { "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." , "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" } , "directories" : { "lib" : "./lib" }
, "main" : "main.js" , "main" : "index.js"
, "author" : "Ciaran Jessup <ciaranj@gmail.com>" , "author" : "Ciaran Jessup <ciaranj@gmail.com>"
, "repository" : { "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" } , "repository" : { "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" }
} }

0 comments on commit 3c22a78

Please sign in to comment.