Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e6b3e2e

Browse files
author
Alberto Iannaccone
authored
fix update version script (#958)
1 parent c072326 commit e6b3e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/update-version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for (const toUpdate of [
3535
pkg.version = targetVersion;
3636
if ('dependencies' in pkg) {
3737
for (const dep of Object.keys(pkg['dependencies'])) {
38-
if (dep.startsWith('arduino-')) {
38+
if (dep.startsWith('arduino-ide-')) {
3939
pkg['dependencies'][dep] = targetVersion;
4040
}
4141
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /