diff --git a/package.json b/package.json index 1f470cfc022..bb7d5e08787 100644 --- a/package.json +++ b/package.json @@ -61,8 +61,9 @@ "default": "./index.js" }, "./core": { - "browser": "./blockly_compressed.js", - "node": "./core-node.js" + "types": "./core.d.ts", + "node": "./core-node.js", + "default": "./blockly_compressed.js" }, "./blocks": { "types": "./blocks.d.ts",