This repository was archived by the owner on May 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Express Async Handler
2
2
3
- [ ![ npm] ( https://github.com/XPBytes/express-async-handler/workflows/npm/badge.svg )] ( https://github.com/XPBytes/express-async-handler/actions?query=workflow%3Anpm ) [ ![ NPM Package Version] ( https://badge.fury.io/js/@xpbytes%2Fexpress-async-handler.svg )] ( https://npmjs.org/package/@xpbytes/express-async-handler ) [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/d6465e2c4c2806882745/maintainability )] ( https://codeclimate.com/github/XPBytes/express-async-handler/maintainability ) [ ![ Test Coverage ] ( https://api.codeclimate.com/v1/badges/d6465e2c4c2806882745/test_coverage )] ( https://codeclimate.com/github/XPBytes/express-async-handler/test_coverage )
3
+ [ ![ npm] ( https://github.com/XPBytes/express-async-handler/workflows/npm/badge.svg )] ( https://github.com/XPBytes/express-async-handler/actions?query=workflow%3Anpm ) [ ![ NPM Package Version] ( https://badge.fury.io/js/@xpbytes%2Fexpress-async-handler.svg )] ( https://npmjs.org/package/@xpbytes/express-async-handler ) [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/d6465e2c4c2806882745/maintainability )] ( https://codeclimate.com/github/XPBytes/express-async-handler/maintainability )
4
4
5
5
Utility function to use async functions as express handlers
6
6
Original file line number Diff line number Diff line change 20
20
"lint" : " eslint ." ,
21
21
"pretest" : " yarn build:test" ,
22
22
"test" : " tape tests/dist/**/*.test.js" ,
23
- "test:coverage" : " yarn nyc --reporter=lcov --reporter=html --reporter=text yarn test" ,
24
23
"prepublish" : " yarn test && yarn lint && yarn build"
25
24
},
26
25
"peerDependencies" : {
36
35
"eslint" : " ^7.11.0" ,
37
36
"eslint-config-prettier" : " ^6.13.0" ,
38
37
"express" : " ^4.17.1" ,
39
- "nyc" : " ^15.1.0" ,
40
38
"prettier" : " ^2.1.2" ,
41
39
"rimraf" : " ^3.0.2" ,
42
40
"supertest" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments