diff --git a/package.json b/package.json index add9c26..0def038 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "tree-house", - "version": "3.0.0", + "version": "3.0.1", "description": "NodeJS utilities and handy helpers extending ExpressJS functionalities", - "main": "./build/index.js", + "main": "build/index.js", + "types": "build/index.d.ts", "scripts": { "clean": "rm -rf ./build/*", "build": "yarn clean && tsc",