File tree Expand file tree Collapse file tree 2 files changed +13
-364
lines changed Expand file tree Collapse file tree 2 files changed +13
-364
lines changed Original file line number Diff line number Diff line change 1313 "prebuild" : " del-cli --force lib" ,
1414 "build" : " tsc -p ." ,
1515 "prepare" : " husky install && yarn run build" ,
16- "test" : " cross-env NODE_ENV=test yarn run build && ava" ,
17- "coverage" : " nyc --reporter=lcov yarn test"
16+ "test" : " cross-env NODE_ENV=test yarn run build && ava"
1817 },
1918 "repository" : {
2019 "type" : " git" ,
7877 "lint-staged" : " ^14.0.0" ,
7978 "mkdirp" : " ^3.0.1" ,
8079 "nock" : " ^13.3.1" ,
81- "nyc" : " ^15.1.0" ,
8280 "prettier" : " ^3.0.0" ,
8381 "redis" : " ^4.6.7" ,
8482 "sinon" : " ^18.0.0" ,
9694 "semver" : " ^7.5.3" ,
9795 "glob" : " ^10.5.0"
9896 },
99- "nyc" : {
100- "lines" : 95 ,
101- "statements" : 95 ,
102- "functions" : 95 ,
103- "branches" : 80 ,
104- "include" : [
105- " lib/**.js" ,
106- " lib/**/*.js"
107- ],
108- "all" : true ,
109- "exclude-after-remap" : false
110- },
11197 "prettier" : {
11298 "printWidth" : 100 ,
11399 "proseWrap" : " always" ,
You can’t perform that action at this time.
0 commit comments