Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rodydavis committed May 22, 2021
1 parent de112d8 commit 6838ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Declarative dom with 1:1 mapping of objects and tags, typed css, reactive update
- ✅ No Dependencies
- ✅ ES Modules
- ✅ Full Browser Support
-Fully typing for CSS
-Fully typing for DOM Events
-Fully typing for Attributes
-Full types for CSS
-Full types for DOM Events
-Full types for Attributes
- ✅ 100% Typescript

## Supported Tags
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-dom",
"version": "0.4.5",
"version": "0.4.6",
"description": "Declarative dom with 1:1 mapping of objects and tags, typed css, reactive updates and no bundler needed.",
"main": "build/object-dom.umd.js",
"module": "build/object-dom.es.js",
Expand Down

0 comments on commit 6838ca5

Please sign in to comment.