remove useless index file

This commit is contained in:
cswimr 2025-02-09 10:02:50 -06:00
parent f0b3e81c0a
commit 1f43e419d3
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "packwizjs",
"module": "src/index.ts",
"module": "src/parser.ts",
"type": "module",
"scripts": {
"docs": "typedoc --options typedoc.json"

View file

@ -1 +0,0 @@
console.log("Hello via Bun!");