chore(readme): reference ts-standard instead of js-standard

This commit is contained in:
Todd Bluhm 2019-11-01 00:26:45 -05:00
parent 19148b613e
commit c00dd73531
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB

View File

@ -229,6 +229,6 @@ same `cross-spawn` lib underneath too).
I welcome all pull requests. Please make sure you add appropriate test cases for any features
added. Before opening a PR please make sure to run the following scripts:
- `npm run lint` checks for code errors and format according to [js-standard](https://github.com/feross/standard)
- `npm run lint` checks for code errors and format according to [ts-standard](https://github.com/toddbluhm/ts-standard)
- `npm test` make sure all tests pass
- `npm run test-cover` make sure the coverage has not decreased from current master