From 2f86fc9a3d3d8e670389a58f9e8278b0958ba679 Mon Sep 17 00:00:00 2001 From: Kacper Pietrzak Date: Sat, 11 Dec 2021 21:12:36 +0100 Subject: [PATCH] fix: proper keywords and description --- package.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 2b27890..c5cfc62 100644 --- a/package.json +++ b/package.json @@ -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/**/*" @@ -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"