File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " koa-better-error-handler" ,
3
3
"description" : " A better error-handler for Lad and Koa. Makes `ctx.throw` awesome (best used with koa-404-handler)" ,
4
- "version" : " 4 .0.3 " ,
4
+ "version" : " 5 .0.0 " ,
5
5
"author" : {
6
6
"name" : " Nick Baugh" ,
7
7
140
140
},
141
141
"repository" : " ladjs/koa-better-error-handler" ,
142
142
"scripts" : {
143
+ "coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
144
+ "lint" : " npm run lint:js" ,
143
145
"lint:js" : " xo" ,
144
146
"lint:md" : " remark . -qfo" ,
145
- "lint" : " npm run lint:js" ,
146
147
"precommit" : " lint-staged && npm tes-ci" ,
147
- "test" : " ava" ,
148
- "test-cov" : " cross-env NODE_ENV=test nyc npm run test" ,
149
148
"pretest-ci" : " npm run lint" ,
149
+ "test" : " ava" ,
150
150
"test-ci" : " npm run test-cov" ,
151
- "coverage " : " nyc report --reporter=text-lcov > coverage.lcov && codecov "
151
+ "test-cov " : " cross-env NODE_ENV=test nyc npm run test "
152
152
},
153
153
"xo" : {
154
154
"prettier" : true ,
You can’t perform that action at this time.
0 commit comments