mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
59584c3a57
Set "type": "commonjs" in the generated dist/package.json file, since the .js files in the package root are CJS. This should be a no-op since that's the default, but by setting it explicitly we ensure that any change to the repository top-level package.json to set "type": "module" won't break the published package accidentally.