Skip to content

Commit

Permalink
Updated package description
Browse files Browse the repository at this point in the history
  • Loading branch information
ncthbrt committed Nov 4, 2017
1 parent eb04e1d commit 650066b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nact",
"version": "3.1.4",
"description": "Implementation of the actor model for node",
"description": "nact ⇒ node.js + actors = your services have never been so µ",
"main": "lib/index.js",
"scripts": {
"test": "yarn run lint && nyc mocha ./test/*.js",
Expand All @@ -16,11 +16,14 @@
},
"keywords": [
"actors",
"actor-model",
"distributed-systems",
"actor-model",
"akka",
"akka.net",
"non-blocking"
"non-blocking",
"actor system",
"erlang",
"event sourcing",
"distributed-systems"
],
"author": "Nick Cuthbert (https://github.com/ncthbrt)",
"license": "Apache-2.0",
Expand Down

0 comments on commit 650066b

Please sign in to comment.