File tree Expand file tree Collapse file tree 5 files changed +4
-0
lines changed
Expand file tree Collapse file tree 5 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ console.log(Object.keys(sorted))
184184- [Prettier](https://prettier.io/)
185185- [remark](https://remark.js.org/)
186186- [stylelint](https://github.com/stylelint/stylelint)
187+ - [Tap](https://node-tap.org/)
187188- [xojs](https://github.com/xojs/xo)
188189
189190_Alphabetically ordered._
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ const fields = [
243243 { key : 'jest' , over : sortObject } ,
244244 { key : 'mocha' , over : sortObject } ,
245245 { key : 'nyc' , over : sortObject } ,
246+ { key : 'tap' , over : sortObject } ,
246247 { key : 'resolutions' , over : sortObject } ,
247248 { key : 'dependencies' , over : sortObject } ,
248249 { key : 'devDependencies' , over : sortObject } ,
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Generated by [AVA](https://avajs.dev).
8989 "source": "source",␊
9090 "style": "style",␊
9191 "stylelint": "stylelint",␊
92+ "tap": "tap",␊
9293 "type": "type",␊
9394 "types": "types",␊
9495 "typings": "typings",␊
@@ -163,6 +164,7 @@ Generated by [AVA](https://avajs.dev).
163164 "jest": "jest",␊
164165 "mocha": "mocha",␊
165166 "nyc": "nyc",␊
167+ "tap": "tap",␊
166168 "resolutions": "resolutions",␊
167169 "dependencies": "dependencies",␊
168170 "devDependencies": "devDependencies",␊
You can’t perform that action at this time.
0 commit comments