mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
chore: declare Concourse dependencies in package.json (#1938)
Resin Concourse will make sure to provide these during build time. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
3537848d3d
commit
aeb850f4fb
@ -35,6 +35,15 @@
|
||||
"7zip-bin-win",
|
||||
"7zip-bin-linux"
|
||||
],
|
||||
"concourse": {
|
||||
"dependencies": {
|
||||
"linux": [
|
||||
"libudev-dev",
|
||||
"libusb-1.0-0-dev",
|
||||
"libyaml-dev"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"angular": "1.6.3",
|
||||
"angular-if-state": "1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user