Skip to content

Commit c311651

Browse files
committed
fix: use dotenv v5 to maintain node 4.x compatibility
1 parent 9ce784d commit c311651

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"async": "~2.6.1",
8484
"buffer-from": "~1.1.0",
8585
"csv-stringify": "~1.0.2",
86-
"dotenv": "^6.2.0",
86+
"dotenv": "^5.0.1",
8787
"extend": "~3.0.2",
8888
"file-type": "^7.7.1",
8989
"isstream": "~0.1.2",

0 commit comments

Comments
 (0)