Skip to content

Commit

Permalink
Move pg and mysql to optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcaneBrony committed Feb 19, 2024
1 parent fee04d2 commit 09dacac
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hashes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npm_deps_hash": "sha256-fuW15WgfDaKPVDQx8OhRAa253J+SQDUr35rKt42KsTc=",
"npm_deps_hash": "sha256-fZNDN2/fNy6Nu7tbr0RhQ8j4BP7X1Yhrh/fSTH7hbJc=",
"tmp": "sha256-fuW15WgfDaKPVDQx8OhRAa253J+SQDUr35rKt42KsTc="
}
34 changes: 28 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"murmurhash-js": "^1.0.0",
"mysql": "^2.18.1",
"node-2fa": "^2.0.3",
"node-fetch": "^2.6.12",
"node-os-utils": "^1.3.7",
"nodemailer": "^6.9.4",
"pg": "^8.11.3",
"picocolors": "^1.0.0",
"probe-image-size": "^7.2.3",
"proxy-agent": "^6.3.0",
Expand All @@ -118,9 +116,11 @@
},
"optionalDependencies": {
"erlpack": "^0.1.4",
"mysql": "^2.18.1",
"nodemailer-mailgun-transport": "^2.1.5",
"nodemailer-mailjet-transport": "github:n0script22/nodemailer-mailjet-transport",
"nodemailer-sendgrid-transport": "github:Maria-Golomb/nodemailer-sendgrid-transport",
"pg": "^8.11.3",
"sqlite3": "^5.1.6"
}
}

0 comments on commit 09dacac

Please sign in to comment.