* feat: add preat-root-fragment implementation of replaceNode * refact: replace render third argument with root fragment * chore: reorder preact root imports * fix: root createRootFragment implementation * chore: fix base.jsx import order * fix: add specs for preact-root-fragment * fix: test ci audit issues * fix: add insert/append methods specs for root-fragment
7 lines
159 B
JSON
7 lines
159 B
JSON
{
|
|
"name": "preact-root-fragment",
|
|
"version": "0.2.0",
|
|
"main": "./preact-root-fragment.js",
|
|
"module": "./preact-root-fragment.js",
|
|
"type": "module"
|
|
}
|