Skip to content

Commit

Permalink
fix: remember to uncomment before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 9, 2024
1 parent 338588b commit 5d182ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/patterns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ export {

// eslint-disable-next-line import/export
export * from './src/types.js';

// Deprecating the reexporting of these @endo/utils exports. Rather,
// importers should switch to import directly from @endo/utils instead.
// TODO Uncomment to preserve compat during transition
// export { listDifference, objectMap } from '@endo/utils';

0 comments on commit 5d182ad

Please sign in to comment.