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 11{
22 "name" : " koa-better-error-handler" ,
33 "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 " ,
55 "author" : {
66 "name" : " Nick Baugh" ,
77140140 },
141141 "repository" : " ladjs/koa-better-error-handler" ,
142142 "scripts" : {
143+ "coverage" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
144+ "lint" : " npm run lint:js" ,
143145 "lint:js" : " xo" ,
144146 "lint:md" : " remark . -qfo" ,
145- "lint" : " npm run lint:js" ,
146147 "precommit" : " lint-staged && npm tes-ci" ,
147- "test" : " ava" ,
148- "test-cov" : " cross-env NODE_ENV=test nyc npm run test" ,
149148 "pretest-ci" : " npm run lint" ,
149+ "test" : " ava" ,
150150 "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 "
152152 },
153153 "xo" : {
154154 "prettier" : true ,
You can’t perform that action at this time.
0 commit comments