mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
Specify npm_version in .resinci.json
Change-type: patch
This commit is contained in:
parent
bf29312ecf
commit
3c007cea34
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"node-cli": {
|
"node-cli": {
|
||||||
"node": "6.14.4",
|
"node": "6.14.4",
|
||||||
|
"npm_version": "6.7.0",
|
||||||
"main": "lib/cli/etcher.js",
|
"main": "lib/cli/etcher.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"linux": [
|
"linux": [
|
||||||
@ -10,6 +11,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electron": {
|
"electron": {
|
||||||
|
"npm_version": "6.7.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"linux": [
|
"linux": [
|
||||||
"libudev-dev",
|
"libudev-dev",
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 1ef259620d0b51cb7865104c949c8fb682bfa742
|
Subproject commit 58cc79eb71611c979adcc0988635709db18fcc0b
|
Loading…
x
Reference in New Issue
Block a user