mirror of
https://github.com/valitydev/ng-core.git
synced 2024-11-06 00:05:19 +00:00
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"useWorkspaces": true,
|
|
"packages": ["projects/*"],
|
|
"version": "independent",
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://npm.pkg.github.com/"
|
|
}
|
|
}
|