Skip to content

Commit

Permalink
version bump, dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Barnes committed Aug 26, 2011
1 parent b399490 commit c1097a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"name": "couchdb-api",
"description": "An async wrapper for the CouchDB API, following Node.JS conventions",
"keywords": [ "couchdb", "async", "nosql", "api", "http" ],
"version": "0.5.0",
"version": "0.6.0",
"homepage": "http://dominicbarnes.us/node-couchdb-api",
"repository": {
"type": "git",
Expand All @@ -17,10 +17,10 @@
"node": "0.4"
},
"dependencies": {
"underscore": "",
"underscore": "1.1",
"hashlib": "1"
},
"devDependencies": {
"nodeunit": ""
"nodeunit": "0.5"
}
}

0 comments on commit c1097a4

Please sign in to comment.