Skip to content

Commit 79e9b97

Browse files
committed
chore(deps): bump lib and dep versions
1 parent 27577f9 commit 79e9b97

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

moon.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "rami3l/cmark",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"deps": {
5-
"myfreess/casefold": "0.1.2",
6-
"myfreess/charclass": "0.1.1"
5+
"myfreess/casefold": "0.1.3",
6+
"myfreess/charclass": "0.1.2"
77
},
88
"readme": "README.md",
99
"repository": "https://github.com/moonbit-community/cmark",

src/char/moon.pkg.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
// "pre-build": [
3-
// {
4-
// "input": ["gen_entities.py", "entities.json"],
5-
// "output": "entities.mbt",
6-
// "command": "python3 $input $output"
7-
// }
8-
// ]
9-
}
2+
"pre-build": [
3+
{
4+
"input": ["gen_entities.py", "entities.json"],
5+
"output": "entities.mbt",
6+
"command": "python3 $input $output"
7+
}
8+
]
9+
}
10+

0 commit comments

Comments
 (0)