Skip to content

Commit

Permalink
Merge pull request #71 from ArkhamCookie/fix-words-mod
Browse files Browse the repository at this point in the history
Add `reverseDictionary` and `search` (words.json) to mod export
  • Loading branch information
ArkhamCookie authored Oct 10, 2023
2 parents d212833 + b891aca commit 34d1f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/words/mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
*/

export * from './random.js'
export * from './reverseDictionary.js'
export * from './search.js'
export * from './wordOfTheDay.js'

0 comments on commit 34d1f10

Please sign in to comment.