Skip to content

Commit

Permalink
feat: add support for Tap (#199)
Browse files Browse the repository at this point in the history
* feat: support `tap` field

* docs: add Tap to the list

* chore: update snapshots
  • Loading branch information
revelt authored Sep 16, 2020
1 parent 093a4ef commit 662c3e8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ console.log(Object.keys(sorted))
- [Prettier](https://prettier.io/)
- [remark](https://remark.js.org/)
- [stylelint](https://github.com/stylelint/stylelint)
- [Tap](https://node-tap.org/)
- [xojs](https://github.com/xojs/xo)
_Alphabetically ordered._
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ const fields = [
{ key: 'jest', over: sortObject },
{ key: 'mocha', over: sortObject },
{ key: 'nyc', over: sortObject },
{ key: 'tap', over: sortObject },
{ key: 'resolutions', over: sortObject },
{ key: 'dependencies', over: sortObject },
{ key: 'devDependencies', over: sortObject },
Expand Down
Binary file modified tests/snapshots/cli.js.snap
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/snapshots/main.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Generated by [AVA](https://avajs.dev).
"source": "source",␊
"style": "style",␊
"stylelint": "stylelint",␊
"tap": "tap",␊
"type": "type",␊
"types": "types",␊
"typings": "typings",␊
Expand Down Expand Up @@ -163,6 +164,7 @@ Generated by [AVA](https://avajs.dev).
"jest": "jest",␊
"mocha": "mocha",␊
"nyc": "nyc",␊
"tap": "tap",␊
"resolutions": "resolutions",␊
"dependencies": "dependencies",␊
"devDependencies": "devDependencies",␊
Expand Down
Binary file modified tests/snapshots/main.js.snap
Binary file not shown.

0 comments on commit 662c3e8

Please sign in to comment.