Skip to content

Commit f258ffc

Browse files
author
Steve Thompson
committed
added more keywords to package.json
1 parent b3cfde1 commit f258ffc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@writetome51/public-array",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A TypeScript/JavaScript class for general array manipulation",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -17,7 +17,14 @@
1717
"general",
1818
"manipulation",
1919
"typescript",
20-
"class"
20+
"class",
21+
"filter",
22+
"sort",
23+
"get",
24+
"remove",
25+
"replace",
26+
"insert",
27+
"convert"
2128
],
2229
"author": "Steve Thompson",
2330
"license": "MIT",

0 commit comments

Comments
 (0)