Skip to content

Commit 203a752

Browse files
committed
npm run format
1 parent 682e3d7 commit 203a752

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": "10.0.0",
44
"type": "module",
55
"description": "parse Scrapbox notation to JavaScript Object",
6-
"files": [
7-
"dist"
8-
],
6+
"files": ["dist"],
97
"types": "./dist/index.d.ts",
108
"exports": {
119
".": "./dist/index.js",
@@ -33,10 +31,7 @@
3331
"type": "git",
3432
"url": "git+https://github.com/progfay/scrapbox-parser.git"
3533
},
36-
"keywords": [
37-
"scrapbox",
38-
"parser"
39-
],
34+
"keywords": ["scrapbox", "parser"],
4035
"author": "progfay",
4136
"license": "MIT",
4237
"bugs": {

0 commit comments

Comments
 (0)