sigment 1.0.6 → 1.0.7

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # sigment
2
2
 
3
- **Sigment** – A lightweight, fine-grained reactive JavaScript framework built on signals and vanilla JS.
4
- No JSX. No transpilation. Just fast, native code.
3
+ **Sigment** – A lightweight reactive JavaScript framework built with signals and vanilla JS.
5
4
 
6
5
  ## 🚀 Installation
7
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sigment",
3
- "version": "1.0.6",
4
- "description": "JavaScript Vanilla library",
3
+ "version": "1.0.7",
4
+ "description": "A lightweight reactive JavaScript framework using signals and vanilla JS",
5
5
  "main": "./dist/index.js",
6
6
  "repository": {
7
7
  "type": "git",