Skip to content

Commit 9a945ed

Browse files
committed
9.1.0
1 parent 3718e54 commit 9a945ed

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,9 +1,11 @@
11
{
22
"name": "@progfay/scrapbox-parser",
3-
"version": "9.0.0",
3+
"version": "9.1.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/types/index.d.ts",
@@ -31,7 +33,10 @@
3133
"type": "git",
3234
"url": "git+https://github.com/progfay/scrapbox-parser.git"
3335
},
34-
"keywords": ["scrapbox", "parser"],
36+
"keywords": [
37+
"scrapbox",
38+
"parser"
39+
],
3540
"author": "progfay",
3641
"license": "MIT",
3742
"bugs": {

0 commit comments

Comments
 (0)