Move back to npm (bun does not package correctly).

This commit is contained in:
Jonathan Bernard 2025-01-02 22:53:10 -06:00
parent c3e2152afb
commit 13941840ce

View File

@ -9,7 +9,7 @@
], ],
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"prepare": "bun run build", "prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {