ohif-viewer/lerna.json

13 lines
244 B
JSON
Raw Normal View History

2019-07-04 22:12:43 +02:00
{
2019-07-15 21:51:10 +02:00
"version": "independent",
2019-07-09 18:56:08 +02:00
"packages": ["extensions/*", "platform/*"],
2019-07-04 22:12:43 +02:00
"npmClient": "yarn",
"useWorkspaces": true,
2019-07-15 21:51:10 +02:00
"command": {
"publish": {
"ignoreChanges": ["*.md"],
"message": "chore(release): publish"
}
}
2019-07-04 22:12:43 +02:00
}