Skip to content

Commit

Permalink
* Updated docs on feathers-distribution
Browse files Browse the repository at this point in the history
* Bumped version to 2.1.2
  • Loading branch information
Dekel committed Aug 18, 2018
1 parent e2e58ab commit c308332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ hook.params.span.setTag('some.tag', value);
hook.params.span.log({ event: 'some_event', data: 'some data' });
```

* [feathers-distributed](https://github.com/kalisio/feathers-distributed) is supported

# Install

```npm install --save feathers-opentracing```
Expand Down
2 changes: 1 addition & 1 deletion 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-opentracing",
"version": "2.1.1",
"version": "2.1.2",
"description": "OpenTracing integration for FeathersJS services",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit c308332

Please sign in to comment.