diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-20 22:41:47 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-20 22:41:47 -0400 |
| commit | 22e0ae1c7677a1fa3411e5ba05922b1d3b914b17 (patch) | |
| tree | afc3dd63e1e4099f2d1ccca6bb766860a000ba66 /package.json | |
| parent | e495d4e32402384dbf7bb72945e83c912fce892b (diff) | |
| parent | 179afa6e80631fcb8899408c3961bf1757e5b19b (diff) | |
Merge branch 'master' into templates
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7fd6c4ba9..91d3a3853 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "@types/cookie-parser": "^1.4.1", "@types/cookie-session": "^2.0.36", "@types/d3-format": "^1.3.1", + "@types/dotenv": "^6.1.1", "@types/express": "^4.16.1", "@types/express-flash": "0.0.0", "@types/express-session": "^1.15.12", @@ -110,6 +111,7 @@ "cookie-session": "^2.0.0-beta.3", "crypto-browserify": "^3.11.0", "d3-format": "^1.3.2", + "dotenv": "^8.0.0", "express": "^4.16.4", "express-flash": "0.0.2", "express-session": "^1.15.6", |
