Skip to content

Commit

Permalink
do lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ragokan committed Sep 12, 2024
1 parent 6a64f39 commit ec5f248
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 31 deletions.
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.23",
"useNx": true
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.23",
"useNx": true
}
9 changes: 1 addition & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@
"types": "./dist/index.d.ts"
}
},
"keywords": [
"bunicorn",
"client",
"fast",
"edge",
"bun",
"node"
],
"keywords": ["bunicorn", "client", "fast", "edge", "bun", "node"],
"devDependencies": {
"@bunicorn/server": "workspace:*"
},
Expand Down
6 changes: 1 addition & 5 deletions packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
"types": "./dist/index.d.ts"
}
},
"keywords": [
"bunicorn",
"bun",
"openapi"
],
"keywords": ["bunicorn", "bun", "openapi"],
"homepage": "https://github.com/ragokan/bunicorn",
"author": "ragokan",
"license": "MIT",
Expand Down
9 changes: 1 addition & 8 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,7 @@
"types": "./dist/app/edgeApp.d.ts"
}
},
"keywords": [
"bunicorn",
"server",
"fast",
"edge",
"bun",
"node"
],
"keywords": ["bunicorn", "server", "fast", "edge", "bun", "node"],
"peerDependencies": {
"valibot": "^0.41.0",
"zod": "^3.23.8"
Expand Down
7 changes: 1 addition & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@
"types": "./dist/index.d.ts"
}
},
"keywords": [
"bunicorn",
"bun",
"utils",
"utility"
],
"keywords": ["bunicorn", "bun", "utils", "utility"],
"homepage": "https://github.com/ragokan/bunicorn",
"author": "ragokan",
"license": "MIT",
Expand Down

0 comments on commit ec5f248

Please sign in to comment.