This commit is contained in:
Philipinho
2026-01-21 11:45:41 +00:00
parent 669ff0435f
commit f44bb3f121
13 changed files with 578 additions and 2 deletions
+6 -1
View File
@@ -8,5 +8,10 @@
},
"main": "dist/index.js",
"module": "./src/index.ts",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"dependencies": {
"diff": "^8.0.3",
"prosemirror-changeset": "^2.3.1",
"rfc6902": "^5.1.2"
}
}