Skip to content

Commit 97d1267

Browse files
sledsworthbennypowers
authored andcommitted
chore: added lit as a peer dependency to support 2.x and 3.x
1 parent c4ebf3a commit 97d1267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/esbuild-plugin-lit-css/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@pwrs/lit-css": "^2.0.0"
3636
},
3737
"peerDependencies": {
38-
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5"
38+
"esbuild": "^0.16.17 || ^0.17.16 || ^0.18.1 || ^0.19.5",
39+
"lit": "^2.7.2 || ^3.0.0"
3940
}
4041
}

0 commit comments

Comments
 (0)