Skip to content

Commit 963c2be

Browse files
committed
0.0.4-alpha.3
1 parent 073b2e1 commit 963c2be

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# node-csgo-gsi
22

3-
[![npm](https://img.shields.io/npm/dt/node-csgo-gsi.svg)]()
4-
[![npm](https://img.shields.io/npm/v/node-csgo-gsi.svg)]()
3+
[![npm](https://img.shields.io/npm/dt/node-csgo-gsi.svg)](https://github.com/ShaunLWM/node-csgo-gsi/releases)
4+
[![npm](https://img.shields.io/npm/v/node-csgo-gsi.svg)](https://www.npmjs.com/package/node-csgo-gsi)
55

66
Counter-Strike: Global Offensive [Game State Integration](https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration) for node.js.
77

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-csgo-gsi",
3-
"version": "0.0.4-alpha.2",
3+
"version": "0.0.4-alpha.3",
44
"description": "Counter-Strike: Global Offensive Game State Integration for nodejs. https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration",
55
"main": "index.js",
66
"repository": {
@@ -11,7 +11,8 @@
1111
"steam",
1212
"csgo",
1313
"csgo-gsi",
14-
"steam-csgo"
14+
"steam-csgo",
15+
"hlds"
1516
],
1617
"author": "Shaun",
1718
"license": "MIT",

0 commit comments

Comments
 (0)