Skip to content

Commit 4a96385

Browse files
committed
10.0.0
1 parent 304512b commit 4a96385

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@progfay/scrapbox-parser",
3-
"version": "9.2.0",
3+
"version": "10.0.0",
44
"exports": "./src/index.ts"
55
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@progfay/scrapbox-parser",
3-
"version": "9.2.0",
3+
"version": "10.0.0",
44
"type": "module",
55
"description": "parse Scrapbox notation to JavaScript Object",
6-
"files": ["dist"],
6+
"files": [
7+
"dist"
8+
],
79
"types": "./dist/index.d.ts",
810
"exports": {
911
".": "./dist/index.js",
@@ -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)