mirror of
https://github.com/danbulant/markdown-wasm
synced 2026-05-24 12:35:34 +00:00
npm package name
This commit is contained in:
parent
5b0dfe9d74
commit
e75d6b0825
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@rsms/markdown-wasm",
|
"name": "markdown-wasm",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@rsms/markdown-wasm",
|
"name": "markdown-wasm",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Markdown parser and html generator implemented in WebAssembly",
|
"description": "Markdown parser and html generator implemented in WebAssembly",
|
||||||
"main": "dist/markdown.js",
|
"main": "dist/markdown.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue