Skip to content

Commit

Permalink
version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Sep 11, 2017
1 parent 7918425 commit 7e3f9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "hltv",
"version": "2.2.1",
"version": "2.2.3",
"description": "The unofficial HLTV Node.js API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "npm build",
"prepare": "npm run build",
"build": "tsc",
"start": "ts-node src/playground",
"doc": "typedoc --out documentation src"
Expand Down

0 comments on commit 7e3f9db

Please sign in to comment.