fix(core): update
This commit is contained in:
21
package.json
21
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartarray",
|
||||
"version": "1.0.6",
|
||||
"private": false,
|
||||
"description": "a package exposing async manipulation for arrays",
|
||||
"description": "A library providing asynchronous operations like filter, map, and deduplication for arrays in TypeScript.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -37,17 +37,14 @@
|
||||
],
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"async",
|
||||
"arrays",
|
||||
"manipulation",
|
||||
"filter",
|
||||
"deduplicate",
|
||||
"typescript",
|
||||
"nodejs",
|
||||
"async programming",
|
||||
"development",
|
||||
"asynchronous array operations",
|
||||
"typescript library",
|
||||
"array filtering",
|
||||
"array mapping",
|
||||
"array deduplication",
|
||||
"async/await",
|
||||
"npm package",
|
||||
"code quality",
|
||||
"modern JavaScript development",
|
||||
"open source"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user