Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
louisnow committed Nov 8, 2020
1 parent 3351eb6 commit 7046b69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ Model.paginate({}, options, function (err, result) {
});
```

## Development

- Fork and clone the repo and install dependencies.
- Ensure all tests pass before you commit by running `npm run lint && npm run prettier`
- There are pre-commit hooks that run to ensure the _files you've changed_ are formatted correctly.
- Optionally you can manually run `npm run lint && npm run prettier`
- If using VS Code, install eslint and prettier for easy editor integration.

## Changelog

[v1.3.10] - 1/11/2020
Expand Down

0 comments on commit 7046b69

Please sign in to comment.