Skip to content

Commit

Permalink
Merge a635062 into a70385b
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Oct 27, 2023
2 parents a70385b + a635062 commit 30d5c4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
8 changes: 3 additions & 5 deletions packages/turbo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
"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": {
"build": "tsup",
"test": "jest",
"lint": "eslint src/",
"check-types": "tsc --noEmit",
Expand Down Expand Up @@ -51,7 +50,6 @@
"ora": "4.1.1",
"tar": "6.1.13",
"ts-jest": "^27.1.1",
"tsup": "^5.12.1",
"typescript": "^4.7.4"
}
}
12 changes: 0 additions & 12 deletions packages/turbo-utils/tsup.config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30d5c4f

Please sign in to comment.