@liqvid/katex 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liqvid/katex",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "KaTeX integration for Liqvid",
5
5
  "files": [
6
6
  "dist/*"
@@ -18,7 +18,7 @@
18
18
  "typesVersions": {
19
19
  "*": {
20
20
  "*": [
21
- "./dist/types/*"
21
+ "./dist/*.d.ts"
22
22
  ]
23
23
  }
24
24
  },
@@ -59,6 +59,5 @@
59
59
  "build:js": "tsc && node ../../build.mjs && rollup -c",
60
60
  "build:postclean": "rm -rf dist/esm dist/types dist/tsconfig.tsbuildinfo",
61
61
  "lint": "eslint --ext ts,tsx --fix src"
62
- },
63
- "readme": "# @liqvid/katex\n\n[KaTeX](https://katex.org/) integration for [Liqvid](https://liqvidjs.org). See https://liqvidjs.org/docs/integrations/katex/ for documentation.\n"
62
+ }
64
63
  }