Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edd committed Feb 21, 2022
1 parent fd9d434 commit c83f39a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint --fix
npm run lint -- --fix
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,10 @@ And for `check-references`:
```

# Development
- Linting uses [standard](https://www.npmjs.com/package/standard)
- Tests are run pre-push by [Husky](https://www.npmjs.com/package/husky)
- Tags are pushed to npm

# [License](./LICENSE)
The Unlicense

0 comments on commit c83f39a

Please sign in to comment.