diff --git a/package.json b/package.json index 28481c6..fac7d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperplay/utils", - "version": "0.3.17", + "version": "0.3.18", "description": "", "main": "index.js", "scripts": { @@ -19,7 +19,8 @@ "exports": { ".": { "import": "./dist/index.es.js", - "require": "./dist/index.cjs.js" + "require": "./dist/index.cjs.js", + "types": "./dist/index.d.ts" } }, "types": "dist/index.d.ts",