Skip to content

Commit

Permalink
Merge 25baf2c into 1d0eed6
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed May 29, 2017
2 parents 1d0eed6 + 25baf2c commit 0bec778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# lock-queue.js

[![Greenkeeper badge](https://badges.greenkeeper.io/overlookmotel/lock-queue.svg)](https://greenkeeper.io/)

# Simple locking mechanism to serialize (queue) access to a resource

## Current status
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,12 +14,12 @@
"url": "https://github.com/overlookmotel/lock-queue/issues"
},
"dependencies": {
"bluebird": "^2.11.0",
"bluebird": "^3.5.0",
"promisify-any": "^2.0.1"
},
"devDependencies": {
"mocha": "^3.1.2",
"chai": "^3.5.0",
"chai": "^4.0.0",
"jshint": "^2.9.3",
"istanbul": "^0.4.5",
"coveralls": "^2.11.4"
Expand Down

0 comments on commit 0bec778

Please sign in to comment.