tagu-tagu 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # tagu-tagu
2
2
 
3
- A lightweight helper for vanilla `HTMLElement`. No config, no jsx — only clean javascript.
3
+ A lightweight helper for vanilla `HTMLElement`, with reactivity. No config, no jsx — only clean javascript.
4
4
 
5
5
  ## `tagu-tagu` is
6
6
 
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "tagu-tagu",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A lightweight helper for vanilla `HTMLElement`, with reactivity.",
5
5
  "keywords": [
6
- "vanilla"
6
+ "vanilla",
7
+ "reactive"
7
8
  ],
8
9
  "homepage": "https://github.com/DoTheSimplest/tagu-tagu#readme",
9
10
  "bugs": {