We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de45ac commit f97c528Copy full SHA for f97c528
package.json
@@ -1,7 +1,7 @@
1
{
2
"type": "module",
3
"name": "array-utils-ts",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"license": "MIT",
6
"scripts": {
7
"build": "rm -rf dist && pkgroll --minify && ls -lah dist",
@@ -24,8 +24,22 @@
24
},
25
"author": "Vlad Pronsky <v.pronsky@gmail.com>",
26
"repository": "vladkens/array-utils-ts",
27
- "description": "",
28
- "keywords": [],
+ "description": "Lightweight TypeScript utility library providing essential array manipulation functions for state management.",
+ "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
+ ],
43
"files": [
44
"dist"
45
],
0 commit comments