@seahax/elemental 0.4.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,8 @@
2
2
 
3
3
  Functional, reactive, web component base library.
4
4
 
5
- Contains everything you need to build anything from a single component up to a full reactive application, with only about 3KB overhead (depending on compression, minification, and tree-shaking).
5
+ Contains everything you need to build anything from a single component up to a full reactive application, with minimal overhead.
6
6
 
7
- - [![bundlejs](https://deno.bundlejs.com/badge?q=@seahax/elemental@latest&treeshake=[*])](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D)
8
7
  - Create fully portable web components
9
8
  - Direct and safe access to the DOM (no virtual DOM)
10
9
  - React-style list rendering using unique keys
@@ -13,6 +12,11 @@ Contains everything you need to build anything from a single component up to a f
13
12
  - Client-side routing
14
13
  - No Build Tooling
15
14
  - No Dependencies
15
+ - Tiny Bundle Size
16
+
17
+ ![NPM Version](https://img.shields.io/npm/v/@seahax/elemental?color=red)
18
+ [![bundlejs](https://deno.bundlejs.com/badge?q=@seahax/elemental@latest&treeshake=[*])](https://bundlejs.com/?q=%40seahax%2Felemental%40latest&treeshake=%5B*%5D)
19
+
16
20
 
17
21
  ## Define A Web Component
18
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seahax/elemental",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Functional, reactive, web component base library.",
5
5
  "repository": {
6
6
  "type": "git",