mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
chore: add node-cli.node Resin CI option (#1978)
This represents the Node.js version that will be used to compile the Etcher CLI. Change-Type: patch Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
b0831f0b9d
commit
ffbb62a280
@ -1,4 +1,13 @@
|
||||
{
|
||||
"node-cli": {
|
||||
"node": "6.1.0",
|
||||
"dependencies": {
|
||||
"linux": [
|
||||
"libudev-dev",
|
||||
"libusb-1.0-0-dev"
|
||||
]
|
||||
}
|
||||
},
|
||||
"electron": {
|
||||
"dependencies": {
|
||||
"linux": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user