Skip to content

Commit

Permalink
fix: proper keywords and description
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrzakacper committed Dec 11, 2021
1 parent 8ead90c commit 2f86fc9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "loop-stream",
"version": "1.1.0",
"description": "A template for creating npm packages using TypeScript and VSCode",
"version": "1.4.1",
"description": "Simple function for looping your Node.js stream with C-like for loop features: break and continue",
"main": "./lib/src/index.js",
"files": [
"lib/**/*"
Expand Down Expand Up @@ -32,15 +32,14 @@
"node": ">=12.0"
},
"keywords": [
"boilerplate",
"template",
"stream",
"loop",
"typescript",
"vscode",
"jest",
"husky",
"commitizen",
"semantic-release",
"codecov"
"node",
"reduce",
"streams",
"accumulate",
"consume"
],
"bugs": {
"url": "https://github.com/pietrzakacper/loop-stream/issues"
Expand Down

0 comments on commit 2f86fc9

Please sign in to comment.