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 8d2c6ed..0d55ad2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "my-turborepo", + "name": "creatorhub", "private": true, "scripts": { "build": "turbo run build", @@ -10,7 +10,7 @@ }, "devDependencies": { "prettier": "^3.5.3", - "turbo": "^2.5.0", + "turbo": "^2.5.3", "typescript": "5.8.2" }, "packageManager": "pnpm@9.0.0",