Skip to content

Commit 6531803

Browse files
committed
Release 0.1.2
1 parent 9cda3b3 commit 6531803

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "array-treeify",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "",
5-
"keywords": ["ascii", "tree", "treeify"],
5+
"keywords": [
6+
"ascii",
7+
"tree",
8+
"treeify"
9+
],
610
"license": "MIT",
711
"author": "tbeseda",
812
"repository": {
@@ -12,7 +16,10 @@
1216
"type": "module",
1317
"main": "dist/index.js",
1418
"types": "dist/index.d.ts",
15-
"files": ["dist/index.js", "dist/index.d.ts"],
19+
"files": [
20+
"dist/index.js",
21+
"dist/index.d.ts"
22+
],
1623
"scripts": {
1724
"lint": "biome check --write .",
1825
"build": "rm -rf dist && tsc",

0 commit comments

Comments
 (0)