feat: update package.json to correct project name and remove duplicate packageManager entry
This commit is contained in:
+3
-3
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"packageManager": "pnpm@8.15.6",
|
||||
"name": "fe-monorepo-template",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
@@ -14,7 +16,5 @@
|
||||
"devDependencies": {
|
||||
"prettier": "^3.2.5",
|
||||
"turbo": "^2.7.2"
|
||||
},
|
||||
"packageManager": "pnpm@8.15.6",
|
||||
"name": "with-vite-react"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user