rn-shiki 0.0.37-34 → 0.0.37-35

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rn-shiki",
3
3
  "type": "module",
4
- "version": "0.0.37-34",
4
+ "version": "0.0.37-35",
5
5
  "description": "Shiki syntax highlighter for React Native.",
6
6
  "author": "Ryan Skinner <hello@ryanskinner.com>",
7
7
  "license": "MIT",
@@ -14,7 +14,7 @@ async function initializeHighlighter(langs: LanguageInput[], themes: ThemeInput[
14
14
  return await createHighlighterCore({
15
15
  langs,
16
16
  themes,
17
- engine, // Pass the configured engine
17
+ engine,
18
18
  })
19
19
  }
20
20
  catch (err) {