Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seishun committed Sep 26, 2015
1 parent 579d9d5 commit 84cc4f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"main": "./lib/steam_client",
Expand All @@ -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"
}
Expand Down

0 comments on commit 84cc4f8

Please sign in to comment.