pilas-bloques-blocks
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "pilas-bloques-blocks", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Block gallery used for Pilas Bloques challenges", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1681,3 +1681,2 @@ import blockBuilder from "./pbBlockBuilder.js" | ||
"output": "Boolean", | ||
"style": "logic_blocks", | ||
"helpUrl": "%{BKY_LOGIC_COMPARE_HELPURL}", | ||
@@ -1687,4 +1686,4 @@ "extensions": ["logic_compare", "logic_op_tooltip"] | ||
function() { | ||
requiredAllInputs(this); | ||
requiredAllInputs(this) | ||
requiredAllInputs(this) | ||
} | ||
@@ -1691,0 +1690,0 @@ ); |
Sorry, the diff of this file is not supported yet
242581
1825