diff --git a/package.json b/package.json index 35859b4..231465a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bedrock-oss/bedrock-boost", - "version": "0.1.2", + "version": "0.1.3", "description": "A utility package with helper functions for developing add-ons with Script API in Minecraft Bedrock Edition", "keywords": [ "minecraft", @@ -22,7 +22,8 @@ "exports": { ".": { "import": "./dist/index.mjs", - "require": "./dist/index.js" + "require": "./dist/index.js", + "types": "./dist/index.d.ts" } }, "scripts": {