Skip to content

Commit

Permalink
Remove prosemirror-code from table extension build
Browse files Browse the repository at this point in the history
Add prosemirror-view, prosemirror-model
and prosemirror-state dependencies to the
extension-table package.json file to indicate
to rollup that these dependencies should not
be included in the distribution file
  • Loading branch information
ealcantara-gitlab authored and bdbch committed Apr 29, 2022
1 parent 7cae967 commit d2e00ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/extension-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@
"@tiptap/core": "^2.0.0-beta.1"
},
"dependencies": {
"@types/prosemirror-model": "^1.16.0",
"@types/prosemirror-state": "^1.2.8",
"prosemirror-tables": "^1.1.1",
"prosemirror-view": "^1.23.6"
"prosemirror-view": "^1.23.6",
"prosemirror-model": "^1.16.1",
"prosemirror-state": "^1.3.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d2e00ad

Please sign in to comment.