Skip to content

Commit

Permalink
bump version. fixed bug with package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredwesterveld committed Jan 31, 2011
1 parent b483f31 commit b79f233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"express" : ">= 0.0.1",
"openid" : ">= 0.1.1 <= 0.1.1"
},
version: '0.1.6',
version: '0.1.7',
repository: {
'type': 'git',
'url': 'https://alfredwesterveld@github.com/alfredwesterveld/node-googleopenid.git' },
bugs: 'https://github.com/alfredwesterveld/node-googleopenid/issues',
'directories' : {
'lib' : './lib' },
'main' : './lib/GoogleOpenid.js',
'main' : './lib/google-openid.js',
"engines" : {
"node" : ">= 0.2.6 < 0.3.0",
}
Expand Down

0 comments on commit b79f233

Please sign in to comment.