Skip to content

Commit

Permalink
Update keywords, version
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Oct 6, 2014
1 parent 6b17edb commit 908c846
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
22 changes: 15 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "most",
"main": "most.js",
"version": "0.8.3",
"version": "0.8.4",
"homepage": "https://github.com/cujojs/most",
"authors": [
"Brian Cavalier <[email protected]>"
Expand All @@ -11,12 +11,20 @@
"node"
],
"keywords": [
"stream",
"promise",
"promises",
"async",
"monad",
"cujo"
"reactive",
"reactive programming",
"reactive streams",
"stream",
"streams",
"event stream",
"promise",
"promises",
"monad",
"monadic",
"functional",
"async",
"cujojs",
"cujo"
],
"license": "MIT",
"ignore": [
Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "most",
"version": "0.8.3",
"version": "0.8.4",
"description": "Monadic streams",
"main": "most.js",
"scripts": {
Expand All @@ -11,14 +11,20 @@
"url": "https://github.com/cujojs/most"
},
"keywords": [
"cujojs",
"cujo",
"reactive",
"reactive programming",
"reactive streams",
"stream",
"streams",
"event stream",
"promise",
"promises",
"monad",
"monadic",
"functional"
"functional",
"async",
"cujojs",
"cujo"
],
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit 908c846

Please sign in to comment.