Skip to content

Commit

Permalink
Merge pull request #6 from andrsnn/add-keywords
Browse files Browse the repository at this point in the history
added keywords
  • Loading branch information
andrsnn committed Mar 28, 2021
2 parents 2dd35c0 + 5dc5f98 commit 099e9f5
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipemill",
"version": "2.2.7",
"version": "2.2.8",
"description": "All your favorite *nix utilities in JavaScript.",
"main": "index.js",
"scripts": {
Expand All @@ -25,5 +25,23 @@
"repository": {
"type": "git",
"url": "https://github.com/andrsnn/pipemill.git"
}
},
"keywords": [
"cli",
"command line",
"logs",
"log",
"streaming",
"pipe",
"json",
"parsing",
"file",
"data",
"series",
"parallel",
"make",
"tool",
"build",
"pipelining"
]
}

0 comments on commit 099e9f5

Please sign in to comment.