Skip to content

Commit

Permalink
chore: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix committed Aug 6, 2024
1 parent ed89795 commit f9b1872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/pinorama-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
}
},
"types": "./dist/types/pinorama-client.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"clean": "rimraf dist node_modules",
"build": "rollup --config"
Expand Down
4 changes: 1 addition & 3 deletions packages/pinorama-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"bin": {
"pino-pinorama": "./dist/cli.mjs"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
Expand Down

0 comments on commit f9b1872

Please sign in to comment.