Skip to content

Commit

Permalink
build: update package keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 25, 2018
1 parent cf388dd commit 888f4e5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
12 changes: 10 additions & 2 deletions packages/rstream-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,18 @@
"@thi.ng/transducers": "^1.8.1"
},
"keywords": [
"conversion",
"dataflow",
"DAG",
"ES6",
"typescript"
"graph",
"graphviz",
"stream",
"topology",
"typescript",
"visualization"
],
"publishConfig": {
"access": "public"
}
}
}
3 changes: 2 additions & 1 deletion packages/rstream-gestures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@thi.ng/transducers": "^1.8.1"
},
"keywords": [
"dataflow",
"ES6",
"events",
"interaction",
Expand All @@ -41,4 +42,4 @@
"publishConfig": {
"access": "public"
}
}
}
3 changes: 2 additions & 1 deletion packages/rstream-log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"multilevel",
"multiplex",
"pipeline",
"stream",
"transducers",
"typescript"
],
"publishConfig": {
"access": "public"
}
}
}
9 changes: 8 additions & 1 deletion packages/rstream-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@
"@thi.ng/transducers": "^1.8.1"
},
"keywords": [
"dataflow",
"ES6",
"query engine",
"reactive",
"stream",
"subscription",
"triples",
"triplestore",
"typescript"
],
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 888f4e5

Please sign in to comment.