Skip to content

Commit

Permalink
fix: use versions range instead of specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdovhopo committed Nov 17, 2021
1 parent db51bd2 commit e089945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"commit": "git-cz"
},
"peerDependencies": {
"dotenv": "10.0.0",
"dotenv": ">=8.0.0 < 11.0.0",
"env-var": "^7.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit e089945

Please sign in to comment.