From 84cc4f870b8da4755ba057acff336a093891458f Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Sat, 26 Sep 2015 20:22:29 +0200 Subject: [PATCH] 1.2.0 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b0332de..db8dd9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam", - "version": "1.1.0", + "version": "1.2.0", "description": "Lets you interface with Steam without running an actual Steam client", "author": "Nicholas ", "main": "./lib/steam_client", @@ -16,7 +16,10 @@ "steam-crypto": "^0.0", "steam-resources": "https://github.com/seishun/node-steam-resources.git#v0.1.1" }, - "bundledDependencies": ["protobufjs", "steam-resources"], + "bundledDependencies": [ + "protobufjs", + "steam-resources" + ], "engines": { "node": ">=4.1.1" }