mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +00:00
fix update version script (#958)
This commit is contained in:
parent
c07232698c
commit
e6b3e2ec23
@ -35,7 +35,7 @@ for (const toUpdate of [
|
||||
pkg.version = targetVersion;
|
||||
if ('dependencies' in pkg) {
|
||||
for (const dep of Object.keys(pkg['dependencies'])) {
|
||||
if (dep.startsWith('arduino-')) {
|
||||
if (dep.startsWith('arduino-ide-')) {
|
||||
pkg['dependencies'][dep] = targetVersion;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user