Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miku1958 committed Jun 3, 2024
1 parent 4f489bf commit 3893830
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions packages/roosterjs-content-model-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "roosterjs-content-model-dom",
"description": "Content Model for roosterjs",
"dependencies": {
"tslib": "^2.3.1",
"roosterjs-content-model-types": ""
},
"version": "0.0.0",
"main": "./lib/index.ts"
}
{
"name": "roosterjs-content-model-dom",
"description": "Content Model for roosterjs",
"dependencies": {
"tslib": "^2.3.1",
"roosterjs-content-model-types": "",
"roosterjs-editor-types": ""
},
"version": "0.0.0",
"main": "./lib/index.ts"
}

0 comments on commit 3893830

Please sign in to comment.