We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eae721 commit 9b3cceaCopy full SHA for 9b3ccea
2 files changed
package.json
@@ -4,6 +4,7 @@
4
"main": "index.js",
5
"license": "MIT",
6
"dependencies": {
7
+ "dotenv": "^10.0.0",
8
"express": "^4.17.2"
9
},
10
"devDependencies": {
yarn.lock
@@ -1044,6 +1044,11 @@ detect-indent@^4.0.0:
1044
dependencies:
1045
repeating "^2.0.0"
1046
1047
+dotenv@^10.0.0:
1048
+ version "10.0.0"
1049
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
1050
+ integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
1051
+
1052
ee-first@1.1.1:
1053
version "1.1.1"
1054
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
0 commit comments