Skip to content

Commit d80d720

Browse files
author
Pierre Cauchois
committed
Fix input.js to properly handle node-red package version
1 parent 17f874a commit d80d720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release/bump_version/inputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ module.exports = [
700700
{
701701
"taskType": "jsonReplaceTask",
702702
"search": "version",
703-
"replaceString": "node-red-contrib-azureiothubnode"
703+
"replaceString": "node.node-red-contrib-azureiothubnode"
704704
},
705705
{
706706
"taskType": "jsonReplaceTask",

0 commit comments

Comments
 (0)