Skip to content

Commit

Permalink
fix deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
GenerelSchwerz committed Mar 4, 2024
1 parent 97a930e commit d49dd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@nxg-org/mineflayer-physics-util": "1.5.8",
"@nxg-org/mineflayer-util-plugin": "^1.8.3",
"heap-typed": "^1.52.0",
"lru-cache": "^10.1.0",
"lru-cache": "^10.1.0"
},
"scripts": {
"prepublishOnly": "npm run lint && npm run build",
Expand All @@ -12,7 +12,7 @@
"lint": "ts-standard -y --fix"
},
"name": "@nxg-org/mineflayer-pathfinder",
"version": "0.0.18",
"version": "0.0.19",
"description": "Pathfinder using A* for mineflayer",
"main": "dist/index.js",
"repository": "https://github.com/Minecraft-Pathfinding/minecraft-pathfinding.git",
Expand Down

0 comments on commit d49dd9a

Please sign in to comment.