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