Skip to content

Commit f97c528

Browse files
committed
build: add description and tags
1 parent 3de45ac commit f97c528

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "array-utils-ts",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "rm -rf dist && pkgroll --minify && ls -lah dist",
@@ -24,8 +24,22 @@
2424
},
2525
"author": "Vlad Pronsky <v.pronsky@gmail.com>",
2626
"repository": "vladkens/array-utils-ts",
27-
"description": "",
28-
"keywords": [],
27+
"description": "Lightweight TypeScript utility library providing essential array manipulation functions for state management.",
28+
"keywords": [
29+
"array",
30+
"generics",
31+
"lodash",
32+
"ramda",
33+
"stdlib",
34+
"ts",
35+
"types",
36+
"typescript",
37+
"underscore",
38+
"util",
39+
"utilities",
40+
"utility",
41+
"utils"
42+
],
2943
"files": [
3044
"dist"
3145
],

0 commit comments

Comments
 (0)