Skip to content

Commit c6eb438

Browse files
committed
npm run format
1 parent e3f4cd4 commit c6eb438

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "9.1.1",
44
"type": "module",
55
"description": "parse Scrapbox notation to JavaScript Object",
6-
"files": [
7-
"out"
8-
],
6+
"files": ["out"],
97
"main": "./out/index.cjs",
108
"module": "./out/index.mjs",
119
"types": "./out/index.d.ts",
@@ -34,10 +32,7 @@
3432
"type": "git",
3533
"url": "git+https://github.com/progfay/scrapbox-parser.git"
3634
},
37-
"keywords": [
38-
"scrapbox",
39-
"parser"
40-
],
35+
"keywords": ["scrapbox", "parser"],
4136
"author": "progfay",
4237
"license": "MIT",
4338
"bugs": {

0 commit comments

Comments
 (0)