vite-plugin-react-deck 1.1.3 → 1.1.4

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 (3) hide show
  1. package/index.cjs +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -242,6 +242,7 @@ function createIndexFile({ entrypoint }) {
242
242
  </style>
243
243
 
244
244
  <meta name="viewport" content="width=device-width, initial-scale=1" />
245
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css">
245
246
  <link rel="icon" type="image/x-icon" href="favicon.ico" />
246
247
  </head>
247
248
  <body>
package/index.mjs CHANGED
@@ -221,6 +221,7 @@ function createIndexFile({ entrypoint }) {
221
221
  </style>
222
222
 
223
223
  <meta name="viewport" content="width=device-width, initial-scale=1" />
224
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css">
224
225
  <link rel="icon" type="image/x-icon" href="favicon.ico" />
225
226
  </head>
226
227
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-react-deck",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.cjs",