Skip to content

Commit

Permalink
fix(create): move dotenv from devDependencies to dependencies (#483)
Browse files Browse the repository at this point in the history
Fixes #482
  • Loading branch information
fiam committed Dec 21, 2022
1 parent 4730ba7 commit 65c9ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-wundergraph-app/package.json
Expand Up @@ -30,6 +30,7 @@
"async-retry": "^1.3.3",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"dotenv": "^16.0.3",
"figlet": "^1.5.2",
"got": "^11.8.5",
"gradient-string": "^2.0.2",
Expand All @@ -46,7 +47,6 @@
"@types/jest": "^29.2.2",
"@types/node": "^18.11.8",
"@types/tar": "^6.1.3",
"dotenv": "^16.0.3",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

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

0 comments on commit 65c9ffc

Please sign in to comment.