diff --git a/plugins/strict-connection-checker/package.json b/plugins/strict-connection-checker/package.json index b8460d8877..4eff6c9890 100644 --- a/plugins/strict-connection-checker/package.json +++ b/plugins/strict-connection-checker/package.json @@ -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",