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.
- package/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# sigment
|
|
2
2
|
|
|
3
|
-
**Sigment** – A lightweight
|
|
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.
|
|
4
|
-
"description": "JavaScript
|
|
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",
|