Skip to content

Commit

Permalink
fix: Make heroicons a peerdep
Browse files Browse the repository at this point in the history
- Fixes tzellman#5
- Well it does not _fix_ it, but at least it will give the user hint during `pnpm install` that there is something missing
  • Loading branch information
MichalBryxi authored Apr 22, 2024
1 parent 4e17478 commit aab2776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"ember-source": "^4.8.3 || >= 5.0.0"
"ember-source": "^4.8.3 || >= 5.0.0",
"heroicons": "^2.1.3"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit aab2776

Please sign in to comment.