diff --git a/package.json b/package.json index 76fa2b2..f26e092 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 2932c83..ddae71b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,