Skip to content

Commit 096fcbb

Browse files
javier-godoypaodb
authored andcommitted
build!: remove hardcoded lit dependency
Close #78
1 parent 3a5fd15 commit 096fcbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/flowingcode/vaadin/addons/demo/SourceCodeViewer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import com.vaadin.flow.component.HasSize;
2727
import com.vaadin.flow.component.UI;
2828
import com.vaadin.flow.component.dependency.JsModule;
29-
import com.vaadin.flow.component.dependency.NpmPackage;
3029
import com.vaadin.flow.component.html.Div;
3130
import com.vaadin.flow.dom.Element;
3231
import com.vaadin.flow.server.VaadinService;
@@ -36,7 +35,6 @@
3635

3736
@SuppressWarnings("serial")
3837
@JsModule("./code-viewer.ts")
39-
@NpmPackage(value = "lit", version = "2.5.0")
4038
public class SourceCodeViewer extends Div implements HasSize {
4139

4240
private final Element codeViewer;

0 commit comments

Comments
 (0)