From abc713b5f3c2941dd4e3a6cbde9060a19b80d189 Mon Sep 17 00:00:00 2001 From: shivalipatel6 <56765670+shivalipatel6@users.noreply.github.com> Date: Sun, 24 Sep 2023 08:33:32 -0400 Subject: [PATCH] fix: add the type property to the package.json next to the "main" property: (#1955) --- plugins/field-grid-dropdown/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/field-grid-dropdown/package.json b/plugins/field-grid-dropdown/package.json index 6b3402a580..1dacfa61c1 100644 --- a/plugins/field-grid-dropdown/package.json +++ b/plugins/field-grid-dropdown/package.json @@ -11,6 +11,7 @@ "test": "blockly-scripts test" }, "main": "./dist/index.js", + "types": "./dist/index.d.ts", "module": "./src/index.js", "unpkg": "./dist/index.js", "author": "Blockly Team",