diff --git a/meta.json b/meta.json deleted file mode 100644 index 3aacecd..0000000 --- a/meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Basic", - "description": "Basic monorepo example with two Next.js applications", - "maintainedByCoreTeam": true -} diff --git a/package.json b/package.json index d94f827..cbba58f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "my-turborepo", + "name": "convex-turbo", "private": true, "scripts": { "build": "turbo run build", @@ -10,7 +10,7 @@ }, "devDependencies": { "prettier": "^3.6.2", - "turbo": "^2.5.4", + "turbo": "^2.5.8", "typescript": "5.9.2" }, "packageManager": "pnpm@9.0.0",