mirror of
https://github.com/danbulant/mdsvexrs
synced 2026-05-24 12:22:38 +00:00
update dependency
This commit is contained in:
parent
f582386441
commit
e5f2b88f51
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mdsvexrs",
|
"name": "mdsvexrs",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Faster Markdown to Svelte with inline code highlighting",
|
"description": "Faster Markdown to Svelte with inline code highlighting",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mdsvexrs-wasm": "file:../wasm/pkg"
|
"mdsvexrs-wasm": "mdsvexrs-wasm"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue