tangled
alpha
login
or
join now
tbeseda.com
/
array-treeify
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Release 0.1.2
tbeseda.com
11 months ago
65318035
9cda3b32
+12
-5
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+2
-2
package-lock.json
···
1
1
{
2
2
"name": "array-treeify",
3
3
-
"version": "0.1.1",
3
3
+
"version": "0.1.2",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "array-treeify",
9
9
-
"version": "0.1.1",
9
9
+
"version": "0.1.2",
10
10
"license": "MIT",
11
11
"devDependencies": {
12
12
"@biomejs/biome": "1.9.4",
+10
-3
package.json
···
1
1
{
2
2
"name": "array-treeify",
3
3
-
"version": "0.1.1",
3
3
+
"version": "0.1.2",
4
4
"description": "",
5
5
-
"keywords": ["ascii", "tree", "treeify"],
5
5
+
"keywords": [
6
6
+
"ascii",
7
7
+
"tree",
8
8
+
"treeify"
9
9
+
],
6
10
"license": "MIT",
7
11
"author": "tbeseda",
8
12
"repository": {
···
12
16
"type": "module",
13
17
"main": "dist/index.js",
14
18
"types": "dist/index.d.ts",
15
15
-
"files": ["dist/index.js", "dist/index.d.ts"],
19
19
+
"files": [
20
20
+
"dist/index.js",
21
21
+
"dist/index.d.ts"
22
22
+
],
16
23
"scripts": {
17
24
"lint": "biome check --write .",
18
25
"build": "rm -rf dist && tsc",