Skip to content

Commit

Permalink
fix(): entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
nckhell committed Dec 30, 2024
1 parent ebc8a39 commit 0d0fb5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0d0fb5a

Please sign in to comment.