Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuranevmer committed Mar 25, 2020
2 parents 2cc1b73 + 5f0f9fb commit 66491e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ language: node_js
node_js:
- "8"
- "12"
after_success: npm run coverage
after_success: npm run coverage
cache:
directories:
- node_modules
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Order.find({
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/loopback-include-through-mixin.svg
[npm-url]: https://npmjs.org/package/loopback-include-through-mixin
[npm-downloads-image]: https://img.shields.io/npm/dm/loopback-include-through-mixin.svg
[npm-downloads-url]: https://npmjs.org/package/loopback-include-through-mixin
[npm-image]: https://img.shields.io/npm/v/loopback-filter-by-relations-mixin.svg
[npm-url]: https://npmjs.org/package/loopback-filter-by-relations-mixin
[npm-downloads-image]: https://img.shields.io/npm/dm/loopback-filter-by-relations-mixin.svg
[npm-downloads-url]: https://npmjs.org/package/loopback-filter-by-relations-mixin
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-filter-by-relations-mixin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Loopback mixin that supports filtering using nested 'where' conditions for relations",
"main": "./filter-by-relations.js",
"scripts": {
Expand Down

0 comments on commit 66491e2

Please sign in to comment.