Skip to content

Commit 3b17321

Browse files
committed
style: inline files array in package.json to satisfy biome
The release version bump left "files": ["dist"] formatted multi-line, which biome check rejects. CI's test:ci script doesn't run biome check (only the local pre-commit hook does), so this slipped onto main.
1 parent a46c47f commit 3b17321

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/react-router-devtools/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
"default": "./dist/server.js"
5656
}
5757
},
58-
"files": [
59-
"dist"
60-
],
58+
"files": ["dist"],
6159
"repository": {
6260
"type": "git",
6361
"url": "git+https://github.com/forge-42/react-router-devtools.git"

0 commit comments

Comments
 (0)