update config
All checks were successful
/ test (push) Successful in 34s

This commit is contained in:
Alexander Navarro 2024-10-23 12:55:26 -03:00
parent cf0b4011d1
commit 0bca967960
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
4 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"name": "mini-strap",
"name": "@alecodes/mini-strap",
"version": "0.0.1",
"module": "index.ts",
"devDependencies": {
"@eslint/js": "^9.10.0",
@ -17,5 +18,7 @@
"dev": "bun --filter '*' dev"
},
"type": "module",
"workspaces": ["packages/*"]
"workspaces": [
"packages/*"
]
}