am stupid

This commit is contained in:
Daniel Bulant 2025-07-08 21:44:35 +02:00
parent e5f2b88f51
commit 85ad1199c0
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
{ {
"name": "mdsvexrs", "name": "mdsvexrs",
"version": "0.1.1", "version": "0.1.2",
"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": "mdsvexrs-wasm" "mdsvexrs-wasm": "0.1.0"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",