Skip to content

Commit

Permalink
feat: add ava field (#80)
Browse files Browse the repository at this point in the history
* feat: add `ava` field

* docs: add ava link
  • Loading branch information
fisker authored and keithamus committed Nov 29, 2019
1 parent 5e53abb commit 036c92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ npx sort-package-json

### Supported Libraries

- [AVA](https://github.com/avajs/ava)
- [bowserify](http://browserify.org/)
- [babel](https://babeljs.io/)
- [eslint](https://eslint.org/)
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const sortOrder = [
'eslintConfig',
'eslintIgnore',
'stylelint',
'ava',
'jest',
'dependencies',
'devDependencies',
Expand Down Expand Up @@ -173,6 +174,7 @@ function sortPackageJson(packageJson, options = {}) {
sortSubKey('browserify');
sortSubKey('babel');
sortSubKey('eslintConfig');
sortSubKey('ava');
sortSubKey('jest');
sortSubKey('xo');
sortSubKey('prettier');
Expand Down

0 comments on commit 036c92d

Please sign in to comment.