Skip to content

Commit

Permalink
Bump version to 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Feb 21, 2011
1 parent faaa32a commit d9d3312
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,14 +1,13 @@
{ "name" : "oauth2-server"
, "description" : "Node library providing the bases to implement an OAuth2 server (as connect middleware)."
, "version": "0.0.1pre3"
, "version": "0.0.1"
, "main": "./lib/server.js"
, "repository" :
{ "type" : "git"
, "url" : "https://github.com/AF83/oauth2_server_node.git"
}
, "dependencies": {
"nodetk": "",
"connect": "",
"serializer": ""
"serializer": ">=0.0.2"
}
}

0 comments on commit d9d3312

Please sign in to comment.