Skip to content

Commit

Permalink
Fix entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Oct 27, 2023
1 parent 0df2122 commit a635062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/turbo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"bugs": {
"url": "https://github.com/vercel/turbo/issues"
},
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "src/index.ts",
"main": "src/index.ts",
"tyepes": "src/index.ts",
"scripts": {
"test": "jest",
"lint": "eslint src/",
Expand Down

0 comments on commit a635062

Please sign in to comment.