File tree 6 files changed +5
-0
lines changed
6 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ console.log(Object.keys(sorted))
172
172
- [AVA](https://github.com/avajs/ava)
173
173
- [Babel](https://babeljs.io/)
174
174
- [Browserify](http://browserify.org/)
175
+ - [c8](https://github.com/bcoe/c8)
175
176
- [commitlint](https://commitlint.js.org/)
176
177
- [ESLint](https://eslint.org/)
177
178
- [Husky](https://github.com/typicode/husky)
Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ const fields = [
249
249
{ key : 'jest' , over : sortObject } ,
250
250
{ key : 'mocha' , over : sortObject } ,
251
251
{ key : 'nyc' , over : sortObject } ,
252
+ { key : 'c8' , over : sortObject } ,
252
253
{ key : 'tap' , over : sortObject } ,
253
254
{ key : 'resolutions' , over : sortObject } ,
254
255
{ key : 'dependencies' , over : sortObject } ,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ for (const field of [
58
58
'jest' ,
59
59
'mocha' ,
60
60
'nyc' ,
61
+ 'c8' ,
61
62
'engines' ,
62
63
'engineStrict' ,
63
64
'preferGlobal' ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Generated by [AVA](https://avajs.dev).
26
26
"bugs": "bugs",␊
27
27
"bundleDependencies": "bundleDependencies",␊
28
28
"bundledDependencies": "bundledDependencies",␊
29
+ "c8": "c8",␊
29
30
"categories": "categories",␊
30
31
"commitlint": "commitlint",␊
31
32
"config": "config",␊
@@ -174,6 +175,7 @@ Generated by [AVA](https://avajs.dev).
174
175
"jest": "jest",␊
175
176
"mocha": "mocha",␊
176
177
"nyc": "nyc",␊
178
+ "c8": "c8",␊
177
179
"tap": "tap",␊
178
180
"resolutions": "resolutions",␊
179
181
"dependencies": "dependencies",␊
You can’t perform that action at this time.
0 commit comments