Skip to content

Commit 616c3e7

Browse files
stephancilldavidfurlong
authored andcommitted
fix: bundle tiptap-extension-link with react-editor
1 parent 7f58c52 commit 616c3e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/react-editor/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@tiptap/extension-placeholder": "^2.0.4",
2323
"@tiptap/extension-text": "^2.0.4",
2424
"@tiptap/pm": "^2.0.4",
25-
"@mod-protocol/tiptap-extension-link": "*",
2625
"@tiptap/suggestion": "^2.0.4",
2726
"@tiptap/react": "^2.0.4",
2827
"prosemirror-model": "^1.19.3"
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"extends": "tsconfig/react-library.json",
33
"include": ["."],
4-
"exclude": ["dist", "build", "node_modules"]
4+
"exclude": ["dist", "build", "node_modules"],
5+
"compilerOptions": {
6+
"paths": {
7+
"@mod-protocol/tiptap-extension-link": ["../tiptap-extension-link/src"]
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)