Skip to content

Commit

Permalink
Merge branch 'release/4.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
yentsun committed Aug 8, 2018
2 parents 07c0280 + 5a6e0e2 commit 2517273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.

8 changes: 5 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "tasu",
"version": "4.2.2",
"description": "A NATS-based message transport for Node.js services",
"version": "4.2.3",
"description": "A NATS-based async/await rpc/pub-sub message transport for Node.js services",
"main": "index.js",
"scripts": {
"test": "mocha",
Expand All @@ -20,7 +20,9 @@
"pubsub",
"pub/sub",
"event",
"microservices"
"microservices",
"rpc",
"async/await"
],
"engines": {
"node": ">=8.11.3"
Expand Down

0 comments on commit 2517273

Please sign in to comment.