diff --git a/package.json b/package.json index d743ef2..7666c0d 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,5 @@ "dependencies": { "@tailwindcss/cli": "^4.1.18", "flowbite": "^4.0.1" - }, - "pnpm": { - "overrides": { - "tar": "^7.5.11" - } } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..9a82d5c --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +overrides: + tar: ^7.5.11