Skip to content

Commit 9aedc62

Browse files
1.0.3
1 parent 746e873 commit 9aedc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "performant-array-to-tree",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
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
"main": "build/arrayToTree.min.js",
66
"types": "build/arrayToTree.d.ts",

0 commit comments

Comments
 (0)