Skip to content

Commit

Permalink
Update version and some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Aug 12, 2024
1 parent 64ad327 commit 44453db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.5.4",
"version": "1.5.5",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json || true && mkdir -p dist/cjs/data && cp src/data/bible.json dist/cjs/data/",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/The-Best-Codes/best-bible#readme",
"devDependencies": {
"@types/node": "^22.0.0",
"@types/node": "^22.2.0",
"esbuild": "^0.23.0",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
Expand Down

0 comments on commit 44453db

Please sign in to comment.