This commit is contained in:
vhs 2022-03-14 04:59:24 +00:00 committed by GitHub
commit 0199828578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,5 +67,13 @@
"peerDependencies": { "peerDependencies": {
"@sveltejs/kit": "next", "@sveltejs/kit": "next",
"build-esm": "^4.2.2" "build-esm": "^4.2.2"
},
"peerDependenciesMeta": {
"@sveltejs/kit": {
"optional": true
},
"build-esm": {
"optional": true
}
} }
} }