不要怂,就是干,撸起袖子干!

Commit ec2af0d9 by Daan Roet Committed by GitHub

fix: mark database drivers as optional peer dependencies (#12484)

1 parent 96f4166a
Showing with 20 additions and 0 deletions
...@@ -90,6 +90,26 @@ ...@@ -90,6 +90,26 @@
"tedious": "8.3.0", "tedious": "8.3.0",
"typescript": "^3.9.3" "typescript": "^3.9.3"
}, },
"peerDependenciesMeta": {
"pg": {
"optional": true
},
"pg-hstore": {
"optional": true
},
"mysql2": {
"optional": true
},
"mariadb": {
"optional": true
},
"sqlite3": {
"optional": true
},
"tedious": {
"optional": true
}
},
"keywords": [ "keywords": [
"mysql", "mysql",
"mariadb", "mariadb",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!