Skip to content

Commit

Permalink
Required consumers to install ember-cp-validations and ember-intl (#108)
Browse files Browse the repository at this point in the history
* bugfix: Required consumers to install ember-cp-validations and ember-intl

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Jul 10, 2024
1 parent 6504249 commit 38ddfb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/angry-sloths-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ember-intl/cp-validations": patch
---

Required consumers to install ember-cp-validations and ember-intl
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,11 @@
"ember-intl": "^6.1.0 || ^7.0.0"
},
"peerDependenciesMeta": {
"ember-cp-validations": {
"optional": false
},
"ember-intl": {
"optional": true
"optional": false
}
},
"engines": {
Expand Down

0 comments on commit 38ddfb0

Please sign in to comment.