Skip to content

Commit aecee0c

Browse files
1.1.4
1 parent ad671bf commit aecee0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)