Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fridays committed Jan 25, 2018
1 parent 964af87 commit 599bc0a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feathers-findone

[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=1.0.1&x2=0)](https://www.npmjs.com/package/feathers-findone)
[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=1.0.2&x2=0)](https://www.npmjs.com/package/feathers-findone)

Adds a `.findOne()` method to services in [Feathers.js v3](https://github.com/feathersjs/feathers)

Expand Down
126 changes: 77 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feathers-findone",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adds a .findOne() method to services in Feathers.js",
"repository": "fridays/feathers-findone",
"main": "index.js",
Expand Down

0 comments on commit 599bc0a

Please sign in to comment.