Skip to content

Commit

Permalink
chore: Improve the strict-connection-checker description. (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Aug 1, 2023
1 parent d897427 commit 1bc6714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/strict-connection-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blockly/plugin-strict-connection-checker",
"version": "4.0.2",
"description": "A Blockly plugin that makes connection checks strict.",
"description": "A connection checker that prevents blocks that don't provide type information from being connected to blocks that do.",
"scripts": {
"audit:fix": "blockly-scripts auditFix",
"build": "blockly-scripts build",
Expand Down

0 comments on commit 1bc6714

Please sign in to comment.