diff --git a/package.json b/package.json index cef22dd..14e127a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "@awell-health/awell-score", - "version": "1.0.0", + "version": "1.0.1", "description": "Library of Medical Score functions", "packageManager": "yarn@4.6.0", - "main": "./dist/index.ts", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint --config eslint.config.js",