Skip to content

Commit

Permalink
Merge pull request #928 from mydea/fn/update-ember-basic-dropdown-rules
Browse files Browse the repository at this point in the history
Update custom package rules for ember-basic-dropdown
  • Loading branch information
ef4 authored Aug 20, 2021
2 parents 153a074 + 4f90a6e commit 7ceb52a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let rulesForV1: PackageRules = {

let rulesForV2: PackageRules = {
package: 'ember-basic-dropdown',
semverRange: '>=2.0.0',
semverRange: '>=2.0.0 <=3.0.18',
addonModules: {
'components/basic-dropdown.js': {
dependsOnComponents: ['{{basic-dropdown-trigger}}', '{{basic-dropdown-content}}'],
Expand Down

0 comments on commit 7ceb52a

Please sign in to comment.