Skip to content

Commit

Permalink
Merge pull request #10 from BibleTalkAI/cdorst/issue9
Browse files Browse the repository at this point in the history
Add import file extensions
  • Loading branch information
cdorst authored Feb 19, 2024
2 parents a65a036 + 86cec20 commit 4506495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bibletalkai/language-content",
"version": "1.2.2",
"version": "1.2.3",
"description": "Language content for BibleTalkAI.com",
"type": "module",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import { content as Pricing } from './language/Pricing.js'
import { content as Testimonial } from './language/Testimonial.js'
import { content as TestimonialWide } from './language/TestimonialWide.js'

export * from './language'
export * from './language/SEO'
export * from './language.js'
export * from './language/SEO.js'
export {
locales,
localesOpenGraph,
Expand Down

0 comments on commit 4506495

Please sign in to comment.