Skip to content

Commit

Permalink
added ground & drop XP info
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jun 9, 2022
1 parent 60fee23 commit b63df23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const GAME_XP = {
sg: [150],
sky: [150, 52],
build: [100],
ground: [150],
drop: [150],
ctf: [150]
};

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "hive-tools-wrapper",
"version": "2.0.7",
"version": "2.0.9",
"description": "Advanced Hive Bedrock API wrapper with caching.",
"main": "./index.js",
"dependencies": {
"axios": "^0.26.0",
"axios": "^0.27.2",
"node-cache": "^5.1.2"
},
"scripts": {
"prepublishOnly": "eslint ."
},
"devDependencies": {
"eslint": "^8.8.0",
"prettier": "^2.5.1"
"eslint": "^8.17.0",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b63df23

Please sign in to comment.