We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27577f9 commit 79e9b97Copy full SHA for 79e9b97
moon.mod.json
@@ -1,9 +1,9 @@
1
{
2
"name": "rami3l/cmark",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"deps": {
5
- "myfreess/casefold": "0.1.2",
6
- "myfreess/charclass": "0.1.1"
+ "myfreess/casefold": "0.1.3",
+ "myfreess/charclass": "0.1.2"
7
},
8
"readme": "README.md",
9
"repository": "https://github.com/moonbit-community/cmark",
src/char/moon.pkg.json
@@ -1,9 +1,10 @@
- // "pre-build": [
- // {
- // "input": ["gen_entities.py", "entities.json"],
- // "output": "entities.mbt",
- // "command": "python3 $input $output"
- // }
- // ]
-}
+ "pre-build": [
+ {
+ "input": ["gen_entities.py", "entities.json"],
+ "output": "entities.mbt",
+ "command": "python3 $input $output"
+ }
+ ]
+}
10
+
0 commit comments