Skip to content

Commit

Permalink
fix(lit-override): set lit-html as peer dep for package, install lit-…
Browse files Browse the repository at this point in the history
…html for app
  • Loading branch information
waldronmatt committed Apr 9, 2024
1 parent 11e879f commit 2751fc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion apps/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"dependencies": {
"@waldronmatt/lit-override": "workspace:*",
"lit": "3.1.2"
"lit": "3.1.2",
"lit-html": "3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/lit-override/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Utility functions for overriding styles and markup in your Lit components.
Install dependencies:

```bash
pnpm add @waldronmatt/lit-override lit
pnpm add @waldronmatt/lit-override lit lit-html
```

## Shadow DOM
Expand Down
4 changes: 1 addition & 3 deletions packages/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
"typescript": "5.4.3"
},
"peerDependencies": {
"lit": "3.1.2"
},
"dependencies": {
"lit": "3.1.2",
"lit-html": "3.1.2"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2751fc3

Please sign in to comment.