Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Feb 9, 2025
1 parent 2131117 commit 8f42bb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.7.4",
"version": "1.7.5",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"prebuild": "rm -rf dist",
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "bun run build",
"test": "bun test"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"files": [
"dist",
"README.md",
Expand Down Expand Up @@ -50,9 +50,9 @@
},
"homepage": "https://github.com/The-Best-Codes/best-bible#readme",
"devDependencies": {
"@types/bun": "^1.2.0",
"@types/node": "^22.10.10",
"bun-types": "^1.2.0",
"@types/bun": "^1.2.2",
"@types/node": "^22.13.1",
"bun-types": "^1.2.2",
"typescript": "^5.7.3"
}
}

0 comments on commit 8f42bb4

Please sign in to comment.