@ipxjs/refract 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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Refract
|
|
4
4
|
|
|
5
5
|
A minimal React-like virtual DOM library, written in TypeScript with split entrypoints
|
|
6
|
-
so you can keep bundles small and
|
|
6
|
+
so you can keep bundles small and targeted.
|
|
7
7
|
|
|
8
8
|
Refract implements the core ideas behind React in TypeScript
|
|
9
9
|
- a virtual DOM
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ipxjs/refract",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "A minimal React-like virtual DOM library
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"description": "A minimal React-like virtual DOM library with an optional React compat layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/refract/index.ts",
|
|
7
7
|
"exports": {
|