Skip to content

Commit

Permalink
chore(workspace): remove unnecessary dep from catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
danielklein-arch committed Feb 10, 2025
1 parent 274bc01 commit e811936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"author": "Develit.io",
"license": "ISC",
"types": "./types.d.ts",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "pnpm -r typecheck",
"postinstall": "simple-git-hooks && pnpm lint:fix"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20250204.0",
"@types/node": "20.8.3",
Expand Down
2 changes: 0 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
packages:
- services/**/
- packages/**/
catalog:
nitro-cloudflare-dev: "^0.2.1"

0 comments on commit e811936

Please # to comment.