Skip to content

Commit

Permalink
Merge pull request #6 from BibleTalkAI/cdorst/issue5
Browse files Browse the repository at this point in the history
Add type: module to package.json
  • Loading branch information
cdorst authored Feb 19, 2024
2 parents 14f6c94 + f44f339 commit daf9ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@bibletalkai/language-content",
"version": "1.2.0",
"version": "1.2.1",
"description": "Language content for BibleTalkAI.com",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit daf9ce1

Please sign in to comment.