Skip to content

Commit

Permalink
Add @glimmer/validator as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa committed Oct 13, 2022
1 parent 4eee753 commit a862812
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ember-render-modifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@
"rollup": "^2.71.1"
},
"peerDependencies": {
"ember-source": "^3.8 || ^4.0"
"ember-source": "^3.8 || ^4.0",
"@glimmer/validator": "*"
},
"peerDependenciesMeta": {
"@glimmer/validator": {
"optional": true
}
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down

0 comments on commit a862812

Please sign in to comment.