mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-20 19:07:20 +01:00
📌 Make @sveltejs/kit and build-esm peer dependencies optional
close: #76
This commit is contained in:
parent
19bff9a39c
commit
cb71313dee
@ -67,5 +67,13 @@
|
||||
"peerDependencies": {
|
||||
"@sveltejs/kit": "next",
|
||||
"build-esm": "^4.2.2"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@sveltejs/kit": {
|
||||
"optional": true
|
||||
},
|
||||
"build-esm": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user