Skip to content

Commit

Permalink
Update: Ignore version lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hinterlong committed Mar 11, 2021
1 parent f2afffd commit fd20340
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/app/config/dependency-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
allowedVersions: {
'ember-test-waiters': '1.2.0 || 1.1.1',
'ember-truth-helpers': '2.1.0 || 3.0.0',
'ember-get-config': '0.2.4 || 0.3.0'
}
'ember-get-config': '0.2.4 || 0.3.0',
'ember-destroyable-polyfill': '2.0.2 || 2.0.2',
},
};

0 comments on commit fd20340

Please sign in to comment.