Skip to content

Commit

Permalink
Merge pull request #155 from jmurphyau/fix-for-3.1.0
Browse files Browse the repository at this point in the history
fix for issues that occured during v3.0.0
  • Loading branch information
jmurphyau authored Jul 28, 2022
2 parents 41c6bd8 + c53decc commit 2a4afa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/helpers/eq.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'ember-truth-helpers/helpers/equal';
export { default, equal } from 'ember-truth-helpers/helpers/equal';
2 changes: 1 addition & 1 deletion addon/helpers/not-eq.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'ember-truth-helpers/helpers/not-equal';
export { default, notEqualHelper } from 'ember-truth-helpers/helpers/not-equal';

0 comments on commit 2a4afa6

Please sign in to comment.