Skip to content

Commit

Permalink
Remove unused dotenv package
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 20, 2023
1 parent f3f9bf2 commit c92fb7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"core-js": "^3.33.2",
"cross-env": "^7.0.3",
"csso-cli": "^3.0.0",
"dotenv": "^6.2.0",
"husky": "^8.0.3",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/wdio.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('dotenv').config()
const puppeteer = require('puppeteer')

const staticServerPort = process.env.PORT || 4567
const services = [
['static-server', {
Expand Down

0 comments on commit c92fb7a

Please sign in to comment.