chore: fix syntax in package.json

This commit is contained in:
Balázs Orbán
2023-07-10 21:29:38 +02:00
committed by GitHub
parent c44bf75c65
commit 0189a197be

View File

@@ -48,7 +48,7 @@
"@auth/core": "workspace:*"
},
"peerDependencies": {
"svelte": "^3.54.0" || "^4.0.0",
"svelte": "^3.54.0 || ^4.0.0",
"@sveltejs/kit": "^1.0.0"
},
"type": "module",
@@ -69,4 +69,4 @@
},
"./package.json": "./package.json"
}
}
}