From 7ae7593c2d38f79431fa7e64083706b7aae6f581 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Fri, 27 Oct 2017 01:09:44 -0400 Subject: [PATCH] 2.1.2 --- package.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c4f57b7..67902e8 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" } -} \ No newline at end of file +}