this repo has no description

don't ship tests

+2 -8
+2 -8
package.json
··· 2 2 "name": "array-treeify", 3 3 "version": "0.1.1", 4 4 "description": "", 5 - "keywords": [ 6 - "ascii", 7 - "tree", 8 - "treeify" 9 - ], 5 + "keywords": ["ascii", "tree", "treeify"], 10 6 "license": "MIT", 11 7 "author": "tbeseda", 12 8 "repository": { ··· 16 12 "type": "module", 17 13 "main": "dist/index.js", 18 14 "types": "dist/index.d.ts", 19 - "files": [ 20 - "dist" 21 - ], 15 + "files": ["dist/index.js", "dist/index.d.ts"], 22 16 "scripts": { 23 17 "lint": "biome check --write .", 24 18 "build": "rm -rf dist && tsc",