diff --git a/README.md b/README.md index 02ac3a4d..62d46bac 100644 --- a/README.md +++ b/README.md @@ -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._ diff --git a/index.js b/index.js index a7cc417c..82577e8c 100755 --- a/index.js +++ b/index.js @@ -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 }, diff --git a/tests/snapshots/cli.js.snap b/tests/snapshots/cli.js.snap index bc7ecc16..fe759058 100644 Binary files a/tests/snapshots/cli.js.snap and b/tests/snapshots/cli.js.snap differ diff --git a/tests/snapshots/main.js.md b/tests/snapshots/main.js.md index 3d9a735b..5b0f97f9 100644 --- a/tests/snapshots/main.js.md +++ b/tests/snapshots/main.js.md @@ -89,6 +89,7 @@ Generated by [AVA](https://avajs.dev). "source": "source",␊ "style": "style",␊ "stylelint": "stylelint",␊ + "tap": "tap",␊ "type": "type",␊ "types": "types",␊ "typings": "typings",␊ @@ -163,6 +164,7 @@ Generated by [AVA](https://avajs.dev). "jest": "jest",␊ "mocha": "mocha",␊ "nyc": "nyc",␊ + "tap": "tap",␊ "resolutions": "resolutions",␊ "dependencies": "dependencies",␊ "devDependencies": "devDependencies",␊ diff --git a/tests/snapshots/main.js.snap b/tests/snapshots/main.js.snap index 14bdce16..d186fd8e 100644 Binary files a/tests/snapshots/main.js.snap and b/tests/snapshots/main.js.snap differ