Skip to content

Commit

Permalink
upgrade mocha and tagged as 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Jan 31, 2017
1 parent 2cefca2 commit 3c874ca
Show file tree
Hide file tree
Showing 2 changed files with 2,120 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-boss",
"version": "0.4.0",
"version": "0.5.0",
"description": "Queueing jobs in Node.js using PostgreSQL like a boss",
"main": "./lib/index.js",
"dependencies": {
Expand All @@ -15,7 +15,7 @@
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"isparta": "^4.0.0",
"mocha": "^2.4.5"
"mocha": "^3.2.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers js:babel-core/register",
Expand Down
Loading

0 comments on commit 3c874ca

Please sign in to comment.