fixed up lib packages to remove bun dev since they will be imported into apps

This commit is contained in:
Bojan Kucera 2025-06-08 14:15:04 -04:00
parent f68e620c76
commit 2bc46cdb2a
20 changed files with 18 additions and 23 deletions

View file

@ -10,7 +10,6 @@
"test": "bun test",
"lint": "eslint src/**/*.ts",
"type-check": "tsc --noEmit",
"dev": "tsc --watch",
"clean": "rimraf dist"
},
"dependencies": {