Skip to content

Commit

Permalink
fix: allow esbuild versions < 0.16 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Aug 19, 2022
1 parent 0135695 commit f2d09a3
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 @@ -82,7 +82,7 @@
"semver": "^7.3.5"
},
"peerDependencies": {
"esbuild": ">=0.8 <0.15"
"esbuild": ">=0.8 <0.16"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit f2d09a3

Please sign in to comment.