Skip to content

Commit

Permalink
0.0.7 adds keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Dec 12, 2013
1 parent 7ed5820 commit d6283f7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-viz",
"version": "0.0.6",
"version": "0.0.7",
"description": "Visualizes a stream in the browser.",
"main": "stream-viz.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,16 @@
"through2": "~0.2.3",
"stream-spectrum": "~0.1.1"
},
"keywords": [ "streams", "stream", "visualize", "visualization", "buffer", "backpressure", "learn", "tutorial" ],
"keywords": [
"streams",
"stream",
"visualize",
"visualization",
"buffer",
"backpressure",
"learn",
"tutorial"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
Expand Down

0 comments on commit d6283f7

Please sign in to comment.