Skip to content

Commit

Permalink
version bump, v0.8 should be compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Barnes committed Sep 11, 2012
1 parent 9ed6194 commit 6eadf30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"name": "couchdb-api",
"description": "An async wrapper for the CouchDB HTTP API, following Node.js conventions",
"keywords": [ "couchdb", "async", "nosql", "api", "http", "couch", "rest" ],
"version": "1.1.4",
"version": "1.1.5",
"main": "index",
"homepage": "http://dominicbarnes.us/node-couchdb-api",
"repository": {
Expand All @@ -14,10 +14,10 @@
"test": "mocha"
},
"engines": {
"node": "0.6"
"node": "0.8"
},
"dependencies": {
"underscore": "",
"request": ""
"underscore": "*",
"request": "*"
}
}

0 comments on commit 6eadf30

Please sign in to comment.