Skip to content

Commit 7d312dd

Browse files
committed
9.1.2
1 parent 0447e9e commit 7d312dd

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.1.1",
3+
"version": "9.1.2",
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",
@@ -32,7 +34,10 @@
3234
"type": "git",
3335
"url": "git+https://github.com/progfay/scrapbox-parser.git"
3436
},
35-
"keywords": ["scrapbox", "parser"],
37+
"keywords": [
38+
"scrapbox",
39+
"parser"
40+
],
3641
"author": "progfay",
3742
"license": "MIT",
3843
"bugs": {

0 commit comments

Comments
 (0)