diff options
| author | Bobby <[email protected]> | 2022-06-26 20:31:28 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-26 20:31:28 +0530 |
| commit | 3dcda3b2772a1bfc8f8e6685ac03a9895dbed2ca (patch) | |
| tree | 80eceb76e78388361ca035f5055a6c588a0f11ae /package.json | |
| parent | fa5b05a4cbdeeca75b472ca152591e1428f5508e (diff) | |
| download | thatcomputerscientist-3dcda3b2772a1bfc8f8e6685ac03a9895dbed2ca.tar.xz thatcomputerscientist-3dcda3b2772a1bfc8f8e6685ac03a9895dbed2ca.zip | |
setting cookie domain using a global config file
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index d9a9bf9b..03d6a07e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "node-fetch": "^3.2.5", "nodemailer": "^6.7.5", "uuid": "^8.3.2", - "wildcard-subdomains": "^1.1.0" + "wildcard-subdomains": "^1.1.0", + "yaml": "^2.1.1" }, "devDependencies": { "nodemon": "^2.0.16" |
