lume-js 2.0.0-beta.3 → 2.0.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Minimal reactive state management using only standard JavaScript and HTML. No custom syntax, no build step required, no framework lock-in.
|
|
6
6
|
|
|
7
|
-
> **Current Release:** v2.0.0
|
|
8
|
-
> Install: `npm install lume-js
|
|
7
|
+
> **Current Release:** v2.0.0 | **Stability Contract:** Core API is frozen forever
|
|
8
|
+
> Install: `npm install lume-js`
|
|
9
9
|
> Bundle size: ~2.45KB gzipped | 319 tests passing
|
|
10
10
|
|
|
11
11
|
[](LICENSE)
|
|
12
|
-
[](package.json)
|
|
13
13
|
[](tests/)
|
|
14
14
|
[](scripts/check-size.js)
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lume-js",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Minimal reactive state management using only standard JavaScript and HTML - no custom syntax, no build step required",
|
|
5
5
|
"main": "dist/index.mjs",
|
|
6
6
|
"module": "dist/index.mjs",
|