Skip to content

Commit

Permalink
fix types location
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Apr 19, 2021
1 parent 6880000 commit 0519657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rehype-katex-svelte",
"version": "1.0.2",
"version": "1.0.3",
"description": "rehype plugin to transform .math-inline, .math-display with KaTeX to Svelte markup",
"main": "dist/index.js",
"types": "index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "tsc",
"pretest": "tsc",
Expand Down

0 comments on commit 0519657

Please sign in to comment.