Skip to content

Commit

Permalink
update lib package.json / readme to omit "< 10kb" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Apr 14, 2024
1 parent d763b47 commit 39c7005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# **Kaioken**

#### _A lightweight (<10kb) react-like library for creating web apps with ease._
#### A powerful, easy-to-use rendering library with a tiny footprint

### <a href="https://kaioken.dev">kaioken.dev</a>
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kaioken",
"version": "0.15.1",
"description": "A lightweight (<10kb) react-like library for creating web apps with ease.",
"description": "A powerful, easy-to-use rendering library with a tiny footprint",
"main": "index.js",
"type": "module",
"homepage": "https://kaioken.dev",
Expand Down

0 comments on commit 39c7005

Please sign in to comment.