mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true
|
|
}
|
|
},
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"useNx": true,
|
|
"version": "2.3.2"
|
|
}
|