feat!: define peerDependencies

This commit is contained in:
Enrico Sacchetti 2023-06-23 11:23:42 -04:00
commit 7c9cf09016
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796

View file

@ -43,6 +43,9 @@
"svelte-check": "^3.4.3",
"typescript": "^5.0.0"
},
"peerDependencies": {
"svelte": "^3.20.0 || ^4.0.0"
},
"standard-version": {
"skip": {
"commit": true,
@ -76,4 +79,4 @@
"Eric Liu (https://github.com/metonym)",
"Enrico Sacchetti (https://github.com/theetrain)"
]
}
}