Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Aug 5, 2017
1 parent 994efde commit 5aec2fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
src
playground.js
documentation
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "hltv",
"version": "1.2.11",
"version": "2.0.0",
"description": "The unofficial HLTV Node.js API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepublish": "npm build",
"prepare": "npm build",
"build": "tsc",
"start": "ts-node src/playground",
"doc": "typedoc --out documentation src"
Expand Down Expand Up @@ -34,7 +35,7 @@
"cheerio": "^0.22.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-fetch.d.ts": "git+https://[email protected]/nozzlegear/isomorphic-fetch.d.ts.git",
"jsdoc": "^3.5.3",
"jsdoc": "^3.5.4",
"socket.io-client": "^2.0.3"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ async@^1.4.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

babylon@~7.0.0-beta.16:
version "7.0.0-beta.16"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.16.tgz#448ceedeec0a5ef56b62812e3556bf36c5bb9781"
babylon@~7.0.0-beta.19:
version "7.0.0-beta.19"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.19.tgz#e928c7e807e970e0536b078ab3e0c48f9e052503"

[email protected]:
version "1.0.2"
Expand Down Expand Up @@ -427,11 +427,11 @@ js2xmlparser@~3.0.0:
dependencies:
xmlcreate "^1.0.1"

jsdoc@^3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.5.3.tgz#c8bb6a452548e3c778d4eff38f66ac20df2cac87"
jsdoc@^3.5.4:
version "3.5.4"
resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.5.4.tgz#ceeef7c4bac4335cb10ff41e3a0f58939a534428"
dependencies:
babylon "~7.0.0-beta.16"
babylon "~7.0.0-beta.19"
bluebird "~3.5.0"
catharsis "~0.8.9"
escape-string-regexp "~1.0.5"
Expand Down

0 comments on commit 5aec2fe

Please sign in to comment.