diff --git a/README.md b/README.md index 175a289..a569dc6 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ This module provides an easy interface for the Steam Community website. This mod It supports Steam Guard and CAPTCHAs. -This reports anonymous usage statistics to the author. [See here](https://github.com/DoctorMcKay/node-stats-reporter) for more information. - **Have a question about the module or coding in general? *Do not create a GitHub issue.* GitHub issues are for feature requests and bug reports. Instead, post in the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/). Such issues may be ignored!** diff --git a/index.js b/index.js index ea7a441..2f8a24a 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,3 @@ -require('@doctormckay/stats-reporter').setup(require('./package.json')); - const hex2b64 = require('node-bignumber').hex2b64; const Request = require('request'); const RSA = require('node-bignumber').Key; diff --git a/package.json b/package.json index 7dfb401..cbe601c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "url": "https://github.com/DoctorMcKay/node-steamcommunity.git" }, "dependencies": { - "@doctormckay/stats-reporter": "^1.0.2", "request": "^2.86.0", "node-bignumber": "^1.2.1", "steamid": "^1.0.0",