mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
14 lines
196 B
JSON
14 lines
196 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"version": "independent",
|
|
"useWorkspaces": false,
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true
|
|
}
|
|
}
|
|
}
|