diff --git a/README.md b/README.md index 68ffd1c..6ecde7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # node-csgo-gsi -[![npm](https://img.shields.io/npm/dt/node-csgo-gsi.svg)]() -[![npm](https://img.shields.io/npm/v/node-csgo-gsi.svg)]() +[![npm](https://img.shields.io/npm/dt/node-csgo-gsi.svg)](https://github.com/ShaunLWM/node-csgo-gsi/releases) +[![npm](https://img.shields.io/npm/v/node-csgo-gsi.svg)](https://www.npmjs.com/package/node-csgo-gsi) Counter-Strike: Global Offensive [Game State Integration](https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration) for node.js. diff --git a/package.json b/package.json index c363dab..6c71284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-csgo-gsi", - "version": "0.0.4-alpha.2", + "version": "0.0.4-alpha.3", "description": "Counter-Strike: Global Offensive Game State Integration for nodejs. https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration", "main": "index.js", "repository": { @@ -11,7 +11,8 @@ "steam", "csgo", "csgo-gsi", - "steam-csgo" + "steam-csgo", + "hlds" ], "author": "Shaun", "license": "MIT",