Skip to content

Commit

Permalink
Merge pull request #735 from embroider-build/peer-dep-typo
Browse files Browse the repository at this point in the history
fixing a typo in peerDep range in hbs-loader
  • Loading branch information
ef4 authored Mar 25, 2021
2 parents 75344d8 + ac93933 commit 5eb196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hbs-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@embroider/core": "0.37.0",
"webpack": "^4 | ^5"
"webpack": "^4 || ^5"
},
"engines": {
"node": "10.* || 12.* || >= 14"
Expand Down

0 comments on commit 5eb196d

Please sign in to comment.