Skip to content

Commit

Permalink
Merge 065f89b into 76fef89
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Sep 23, 2018
2 parents 76fef89 + 065f89b commit bff0264
Show file tree
Hide file tree
Showing 4 changed files with 1,254 additions and 731 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ node_js:
- 10
- 8
- 6
- 4
cache:
directories:
- $HOME/.npm
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Expand Up @@ -5,6 +5,7 @@
[![Dependency Status](https://img.shields.io/david/xizhibei/blackfyre.svg?style=flat)](https://david-dm.org/xizhibei/blackfyre)
[![Coverage Status](https://coveralls.io/repos/github/xizhibei/blackfyre/badge.svg?branch=master)](https://coveralls.io/github/xizhibei/blackfyre?branch=master)
[![npm](https://img.shields.io/npm/l/blackfyre.svg)](https://github.com/xizhibei/blackfyre/blob/master/LICENSE)
[![Greenkeeper badge](https://badges.greenkeeper.io/xizhibei/blackfyre.svg)](https://greenkeeper.io/)

Distributed asynchronous task queue/job queue

Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -59,7 +59,7 @@
"amqplib": "^0.5.1",
"bluebird": "^3.5.0",
"debug": "^3.1.0",
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"mongodb": "^3.0.1",
"uuid": "^3.1.0"
},
Expand All @@ -69,13 +69,13 @@
"@types/bluebird-global": "^3.5.3",
"@types/lodash": "^4.14.91",
"@types/mongodb": "^3.0.0",
"@types/node": "^8.5.5",
"@types/node": "^10.9.4",
"@types/uuid": "^3.4.3",
"ava": "^0.24.0",
"coveralls": "^3.0.0",
"nyc": "^11.4.1",
"prom-client": "^10.2.2",
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"nyc": "^13.0.1",
"prom-client": "^11.1.1",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
"typescript": "^3.0.3"
}
}

0 comments on commit bff0264

Please sign in to comment.