chore: patch mdjs-preview package
This commit is contained in:
parent
9fe2fd699b
commit
8641dbe63b
1 changed files with 10 additions and 0 deletions
10
patches/@mdjs+mdjs-preview+0.4.2.patch
Normal file
10
patches/@mdjs+mdjs-preview+0.4.2.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js b/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js
|
||||
index 59b0a83..1f2e66a 100644
|
||||
--- a/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js
|
||||
+++ b/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js
|
||||
@@ -1,4 +1,4 @@
|
||||
-import { LitElement, html, css } from 'lit-element';
|
||||
+import { LitElement, html, css } from 'lit';
|
||||
import '@lion/accordion/define';
|
||||
|
||||
import {
|
||||
Loading…
Reference in a new issue