Skip to content

Commit

Permalink
update package.json and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jul 23, 2024
1 parent da9a053 commit 16c356f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.3.4",
"version": "1.3.5",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"build": "tsup && npm run copy-assets",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"strict": true,
"esModuleInterop": true
},
"include": ["src/**/*"],
"include": ["src/**/*", "*.ts"],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 16c356f

Please sign in to comment.