@a11d/lit 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Lit
|
|
2
2
|
|
|
3
|
-
A thin wrapper around the Lit library consisting of some additional features:
|
|
3
|
+
A thin wrapper around the [Lit](https://github.com/lit/lit) library consisting of some additional features:
|
|
4
4
|
|
|
5
5
|
- ### [`updated` Decorator (along with upgraded `state` and `property` decorators)](./src/updated/README.md)
|
|
6
6
|
- ### [`event` Decorator](./src/event/README.md)
|