Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Nov 7, 2024
1 parent ed3ee5b commit 61031be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jayin",
"version": "0.0.2",
"version": "0.0.4",
"description": "Piping with js at terminal",
"repository": "fritx/jayin",
"license": "MIT",
Expand All @@ -14,6 +14,9 @@
"shell",
"stream"
],
"files": [
"index.js"
],
"bin": {
"jayin": "index.js"
},
Expand Down

0 comments on commit 61031be

Please sign in to comment.