Skip to content

Commit ab807e8

Browse files
1.2.0
1 parent ab6f44a commit ab807e8

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

package.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
{
22
"name": "performant-array-to-tree",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
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.",
55
"keywords": [
6-
"array to tree", "list to tree", "unflatten", "array-helper", "array-manipulations", "data-structures", "datastructures", "algorithms", "tree-structure", "array", "list", "collection", "pointer", "parent", "children", "child", "tree", "navigation", "nested", "util", "traverse", "descendants", "ancestors"
6+
"array to tree",
7+
"list to tree",
8+
"unflatten",
9+
"array-helper",
10+
"array-manipulations",
11+
"data-structures",
12+
"datastructures",
13+
"algorithms",
14+
"tree-structure",
15+
"array",
16+
"list",
17+
"collection",
18+
"pointer",
19+
"parent",
20+
"children",
21+
"child",
22+
"tree",
23+
"navigation",
24+
"nested",
25+
"util",
26+
"traverse",
27+
"descendants",
28+
"ancestors"
729
],
830
"main": "build/arrayToTree.min.js",
931
"types": "build/arrayToTree.d.ts",

0 commit comments

Comments
 (0)