Skip to content

Commit bdff7c9

Browse files
author
Eric Prud'hommeaux
committed
~ fix dependencies
1 parent 613a3ff commit bdff7c9

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"repository": "https://github.com/ericprud/timeout-promise-queue.git",
3-
"devDependencies": {
4-
"coveralls": "^3.0.1",
5-
"jest": "^23.1.0",
6-
"lerna": "^2.11.0"
7-
},
82
"name": "timeout-promise-queue",
9-
"version": "0.9.0",
3+
"version": "0.9.1",
4+
"description": "Promise queue with timeouts and promise cleanup after expiration.",
5+
"repository": "https://github.com/ericprud/timeout-promise-queue.git",
6+
"keywords": ["timeout", "promise", "queue", "processes"],
7+
"author": "Eric Prud'hommeaux <eric.npm@w3.org> (http://www.w3.org/People/Eric/)",
8+
"license": "MIT",
109
"main": "timeout-promise-queue.js",
1110
"scripts": {
1211
"test": "mocha && jest --coverage",
1312
"test-ci": "jest --coverage && cat ./coverage/lcov.info | coveralls",
1413
"coverage:report": "cat ./coverage/lcov.info | coveralls"
1514
},
16-
"jest": {
17-
"testRegex": "(/test/.*|(\\.|/)-test)\\.js$"
18-
},
19-
"keywords": [],
20-
"author": "Eric Prud'hommeaux <eric.npm@w3.org> (http://www.w3.org/People/Eric/)",
21-
"license": "ISC",
22-
"description": "",
2315
"dependencies": {
16+
},
17+
"devDependencies": {
18+
"coveralls": "^3.0.1",
19+
"jest": "^23.1.0",
20+
"lerna": "^2.11.0",
2421
"mocha": "^5.2.0"
22+
},
23+
"jest": {
24+
"testRegex": "(/test/.*|(\\.|/)-test)\\.js$"
2525
}
2626
}

0 commit comments

Comments
 (0)