Skip to content

Commit

Permalink
Bump to 1.11.8 + increase timeout for wercker
Browse files Browse the repository at this point in the history
  • Loading branch information
neumino committed Feb 16, 2014
1 parent 81e369a commit f2b8468
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
@@ -1,13 +1,13 @@
{
"name": "rethinkdbdash",
"version": "1.11.7",
"version": "1.11.8",
"description": "A Node.js driver for RethinkDB with promises and a connection pool",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --harmony-generators -t 5000"
"test": "mocha --harmony-generators -t 10000"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f2b8468

Please sign in to comment.