Skip to content

Commit

Permalink
feat(lit-helpers): support Lit@3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgagnon committed Oct 25, 2023
1 parent 1bc939c commit 556444f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"helpers"
],
"peerDependencies": {
"lit": "^2.0.0"
"lit": "^2.0.0 || ^3.0.0"
},
"sideEffects": false,
"dependencies": {
"devDependencies": {
"lit": "^3.0.0",
"lit2": "npm:lit@2"
}
Expand Down

0 comments on commit 556444f

Please sign in to comment.