Skip to content

Commit b462666

Browse files
committed
1.0.1
1 parent fa55e42 commit b462666

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-console-progress-bar-tqdm",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"engines": {
55
"node": ">= 16"
66
},
@@ -30,7 +30,14 @@
3030
"readme:generate-examples": "node scripts/extract-examples.js",
3131
"prepare": "husky"
3232
},
33-
"keywords": ["nodejs", "cli", "progress-bar", "cli-app", "nodejs-cli", "tqdm"],
33+
"keywords": [
34+
"nodejs",
35+
"cli",
36+
"progress-bar",
37+
"cli-app",
38+
"nodejs-cli",
39+
"tqdm"
40+
],
3441
"description": "Progress bar in console for Node.js in the style of TQDM Python library",
3542
"author": "andre487 <andrey.prokopyuk@gmail.com>",
3643
"license": "MIT",

0 commit comments

Comments
 (0)