Skip to content

Commit

Permalink
dotenv dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mistval committed Dec 23, 2023
1 parent dcc4f53 commit 7cc7705
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ test
.vscode
coverage
.husky
.env
19 changes: 19 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"homepage": "https://github.com/mistval/node-fetch-cache#readme",
"devDependencies": {
"c8": "^8.0.1",
"dotenv": "^16.3.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
1 change: 1 addition & 0 deletions test/tests.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'dotenv/config.js';
import { dirname } from 'path';
import { fileURLToPath } from 'url';
import fs from 'fs';
Expand Down

0 comments on commit 7cc7705

Please sign in to comment.