mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-06-17 21:51:03 +00:00
release v1.1.2
This commit is contained in:
parent
a67763470e
commit
b290af55e1
8 changed files with 7 additions and 7 deletions
2
dist/markdown.es.js
vendored
2
dist/markdown.es.js
vendored
File diff suppressed because one or more lines are too long
2
dist/markdown.js
vendored
2
dist/markdown.js
vendored
File diff suppressed because one or more lines are too long
4
dist/markdown.node.js
vendored
4
dist/markdown.node.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/markdown.wasm
vendored
BIN
dist/markdown.wasm
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdown-wasm",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "markdown-wasm",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Markdown parser and html generator implemented in WebAssembly",
|
||||
"browser": "dist/markdown.js",
|
||||
"main": "dist/markdown.node.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue