Skip to content

Commit

Permalink
chore: fix loro pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Jun 7, 2024
1 parent 28ec043 commit c634077
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"keywords": ["rich-text", "prosemirror", "loro", "local-first", "crdt"],
"keywords": [
"rich-text",
"prosemirror",
"loro",
"local-first",
"crdt"
],
"author": "Loro Team",
"license": "MIT",
"dependencies": {
"lib0": "^0.2.42"
},
"peerDependencies": {
"loro-crdt": "^0.16.4",
"loro-crdt": "^0.16.3",
"prosemirror-model": "^1.18.1",
"prosemirror-state": "^1.4.1",
"prosemirror-view": "^1.28.0"
Expand Down

0 comments on commit c634077

Please sign in to comment.