Skip to content

Commit e5804b5

Browse files
committed
update biome to beta
1 parent d92b176 commit e5804b5

File tree

2 files changed

+44
-40
lines changed

2 files changed

+44
-40
lines changed

package-lock.json

Lines changed: 36 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "9.2.0",
44
"type": "module",
55
"description": "parse Scrapbox notation to JavaScript Object",
6-
"files": ["out"],
6+
"files": [
7+
"out"
8+
],
79
"main": "./out/index.cjs",
810
"module": "./out/index.mjs",
911
"types": "./out/index.d.ts",
@@ -37,15 +39,18 @@
3739
"type": "git",
3840
"url": "git+https://github.com/progfay/scrapbox-parser.git"
3941
},
40-
"keywords": ["scrapbox", "parser"],
42+
"keywords": [
43+
"scrapbox",
44+
"parser"
45+
],
4146
"author": "progfay",
4247
"license": "MIT",
4348
"bugs": {
4449
"url": "https://github.com/progfay/scrapbox-parser/issues"
4550
},
4651
"homepage": "https://github.com/progfay/scrapbox-parser#readme",
4752
"devDependencies": {
48-
"@biomejs/biome": "1.9.4",
53+
"@biomejs/biome": "2.0.0-beta.1",
4954
"npm-run-all2": "7.0.2",
5055
"typescript": "5.8.2",
5156
"vite": "6.2.3"

0 commit comments

Comments
 (0)