Skip to content

Commit 730fc81

Browse files
authored
Merge pull request #5 from andre487/add-keywords
Add keywords
2 parents c360a66 + a10e86e commit 730fc81

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-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: 7 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.1",
3+
"version": "1.0.2",
44
"engines": {
55
"node": ">= 16"
66
},
@@ -36,7 +36,12 @@
3636
"progress-bar",
3737
"cli-app",
3838
"nodejs-cli",
39-
"tqdm"
39+
"tqdm",
40+
"typescript",
41+
"ts",
42+
"pure-js",
43+
"commonjs",
44+
"esmodules"
4045
],
4146
"description": "Progress bar in console for Node.js in the style of TQDM Python library",
4247
"author": "andre487 <andrey.prokopyuk@gmail.com>",

0 commit comments

Comments
 (0)