mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 23:59:25 +08:00
15 lines
219 B
JSON
15 lines
219 B
JSON
{
|
|
"packages": [
|
|
"packages/core"
|
|
],
|
|
"npmClient": "yarn",
|
|
"version": "independent",
|
|
"useWorkspaces": false,
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true,
|
|
"yes": true
|
|
}
|
|
}
|
|
}
|