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 51c260c commit 4e4d222Copy full SHA for 4e4d222
package.json
@@ -21,7 +21,7 @@
21
"start": "instant-markdown-d",
22
"test": "cat tests/test_math.md | instant-markdown-d --mathjax --debug",
23
"stop": "curl -X DELETE -s -w 'status: %{http_code}' -m 3 localhost:8090",
24
- "prepare": "genversion ./src/version.js"
+ "prepare": "npx genversion ./src/version.js"
25
},
26
"dependencies": {
27
"highlight.js": "^11.8.0",
0 commit comments