Skip to content

Commit

Permalink
Use svelte-parse-markup
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 2, 2022
1 parent 258fe08 commit 60dccd4
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 38 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
"format": "prettier -w {src,test}/**/*.{ts,svelte}",
"prepublishOnly": "rm -rf dist && pnpm build"
},
"packageManager": "pnpm@7.12.2",
"dependencies": {
"magic-string": "^0.25.9"
"magic-string": "^0.25.9",
"svelte-parse-markup": "^0.1.0"
},
"peerDependencies": {
"svelte": "^3.37.0"
Expand Down
Loading

0 comments on commit 60dccd4

Please sign in to comment.