update dependency

This commit is contained in:
Daniel Bulant 2025-07-08 21:43:28 +02:00
parent f582386441
commit e5f2b88f51
No known key found for this signature in database

View file

@ -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": "",