Skip to content

Commit

Permalink
Make glint template an optional peer dependency (#572)
Browse files Browse the repository at this point in the history
* Make glint template an optional peer dependency

* Fix prettier linting
  • Loading branch information
LucasHillDex committed Mar 19, 2024
1 parent 400f72b commit 719b275
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ember-concurrency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"@glimmer/tracking": "^1.1.2",
"@glint/template": ">= 1.0.0"
},
"peerDependenciesMeta": {
"@glint/template": {
"optional": true
}
},
"engines": {
"node": "16.* || >= 18"
},
Expand Down

0 comments on commit 719b275

Please sign in to comment.