Skip to content

Commit

Permalink
fix: export all builtin tags from LiquidJS, #464
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Mar 2, 2022
1 parent aa95517 commit 33009bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export { createTrie, Trie } from './util/operator-trie'
export { toValue } from './util/underscore'
export { TimezoneDate } from './util/timezone-date'
export * as filters from './builtin/filters'
export * as tags from './builtin/filters'
export * as tags from './builtin/tags'

0 comments on commit 33009bb

Please sign in to comment.