|
@@ -1,12 +1,9 @@
|
|
|
{
|
|
|
"name": "@alpinejs/morph",
|
|
|
- "version": "3.0.0-alpha.0",
|
|
|
+ "version": "3.5.1",
|
|
|
"description": "Diff and patch a block of HTML on a page with an HTML template",
|
|
|
"author": "Caleb Porzio",
|
|
|
"license": "MIT",
|
|
|
"main": "dist/module.cjs.js",
|
|
|
- "module": "dist/module.esm.js",
|
|
|
- "dependencies": {
|
|
|
- "@vue/reactivity": "^3.0.2"
|
|
|
- }
|
|
|
+ "module": "dist/module.esm.js"
|
|
|
}
|