Skip to content

Commit f02fdde

Browse files
Add keywords for npm
1 parent 8b5212c commit f02fdde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "performant-array-to-tree",
33
"version": "1.1.4",
44
"description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.",
5+
"keywords": [
6+
"array to tree", "list to tree", "array-helper", "array-manipulations", "data-structures", "datastructures", "algorithms", "tree-structure", "array", "list", "collection", "pointer", "parent", "children", "child", "tree", "navigation", "nested", "util", "traverse", "descendants", "ancestors"
7+
],
58
"main": "build/arrayToTree.min.js",
69
"types": "build/arrayToTree.d.ts",
710
"author": "Philip Stanislaus <[email protected]>",

0 commit comments

Comments
 (0)