mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
c7f56d92dd
Removes a bunch of individual dependencies by switching to `@balena/compose` which (currently) groups and manages those dependencies together in one package. Change-type: minor
21 lines
776 B
YAML
21 lines
776 B
YAML
type: node-cli
|
|
release: github
|
|
publishMetadata: true
|
|
upstream:
|
|
- repo: 'balena-sdk'
|
|
url: 'https://github.com/balena-io/balena-sdk'
|
|
- repo: 'balena-config-json'
|
|
url: 'https://github.com/balena-io-modules/balena-config-json'
|
|
- repo: 'balena-image-manager'
|
|
url: 'https://github.com/balena-io-modules/balena-image-manager'
|
|
- repo: 'balena-preload'
|
|
url: 'https://github.com/balena-io-modules/balena-preload'
|
|
- repo: 'balena-sync'
|
|
url: 'https://github.com/balena-io-modules/balena-sync'
|
|
- repo: 'etcher-sdk'
|
|
url: 'https://github.com/balena-io-modules/etcher-sdk/'
|
|
- repo: 'balena-compose'
|
|
url: 'https://github.com/balena-io-modules/balena-compose'
|
|
- repo: 'docker-progress'
|
|
url: 'https://github.com/balena-io-modules/docker-progress'
|