We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239762b commit 5520cdbCopy full SHA for 5520cdb
README.md
@@ -2,7 +2,6 @@
2
3
![ci][ci-url]
4
[![npm version][npm-badge]][npm-url]
5
-[![Dependency Status][david-badge]][david-url]
6
7
Fast, in memory work queue.
8
@@ -305,5 +304,3 @@ ISC
305
304
[ci-url]: https://github.com/mcollina/fastq/workflows/ci/badge.svg
306
[npm-badge]: https://badge.fury.io/js/fastq.svg
307
[npm-url]: https://badge.fury.io/js/fastq
308
-[david-badge]: https://david-dm.org/mcollina/fastq.svg
309
-[david-url]: https://david-dm.org/mcollina/fastq
package.json
@@ -1,6 +1,6 @@
1
{
"name": "fastq",
- "version": "1.17.0",
+ "version": "1.17.1",
"description": "Fast, in memory work queue",
"main": "queue.js",
"scripts": {
0 commit comments