Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbluhm committed Dec 23, 2020
1 parent dff0533 commit acd73b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# npm will use .gitignore if .npmignore does not exist. we don't want this.
# npm modules
node_modules/
# ES6 source
src/
# coverage report
coverage/
# checklists and standard files
docs-secure/
# Misc
.vscode/
.github/
.nyc_output/
test/
.eslintignore
.eslintrc
.gitignore
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const joiOptions = { convert: true, abortEarly: false };
(1) Validate sanitize data. The client receives any errors in a
[format suitable for forms](https://github.com/eddyystop/joi-errors-for-forms#code-examples)
which also seems to be
[recommend by Feathers](http://docs.feathersjs.com/middleware/error-handling.html#featherserror-api).
[recommend by Feathers](https://docs.feathersjs.com/api/errors.html#feathers-errors).

```js
export.before = {
Expand Down Expand Up @@ -149,7 +149,7 @@ Data must be validated and sanitized before the database is changed.
The client must be informed of any errors using a schema friendly to web/mobile apps.

This repo helps implement this in [Feathers](http://feathersjs.com/) CRUD
[hooks](http://docs.feathersjs.com/hooks/readme.html).
[hooks](https://docs.feathersjs.com/api/hooks.html).

## API Reference

Expand Down
1 change: 0 additions & 1 deletion tslint.json

This file was deleted.

0 comments on commit acd73b2

Please sign in to comment.