Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Oct 27, 2017
1 parent 067cc0f commit 7ae7593
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "tf2",
"version": "2.1.1",
"version": "2.1.2",
"description": "Exposes a simple API for interacting with the Team Fortress 2 game coordinator",
"keywords": ["tf2", "tf", "team fortress", "team fortress 2", "steam"],
"keywords": [
"tf2",
"tf",
"team fortress",
"team fortress 2",
"steam"
],
"homepage": "https://github.com/DoctorMcKay/node-tf2",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-tf2/issues"
Expand All @@ -13,11 +19,11 @@
"url": "https://github.com/DoctorMcKay/node-tf2.git"
},
"dependencies": {
"vdf": "^0.0.2",
"protobufjs": "^4.0.0",
"request": "^2.60.0",
"steamid": "^1.0.0",
"bytebuffer": "^4.0.0",
"steam": "^1.0.0"
"bytebuffer": "^4.1.0",
"protobufjs": "^4.1.3",
"request": "^2.83.0",
"steam": "^1.4.0",
"steamid": "^1.1.0",
"vdf": "^0.0.2"
}
}
}

0 comments on commit 7ae7593

Please sign in to comment.