Skip to content

Commit

Permalink
Added stats-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Jun 11, 2017
1 parent 0c7bcad commit 2cd8a1e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This module is designed to be a completely self-contained manager for
Instead of being just a simple API wrapper, it's designed to take most of the work out of implementing trade offers in
your application.

This reports anonymous usage statistics to the author. [See here](https://github.com/DoctorMcKay/node-stats-reporter) for more information.

**You absolutely need Node.js v4.0.0 or later or this won't work.**

Install it from [npm](https://www.npmjs.com/package/steam-tradeoffer-manager) or check out the
Expand Down
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"use strict";

require('@doctormckay/stats-reporter').setup(require('../package.json'));

const SteamCommunity = require('steamcommunity');
const Helpers = require('./helpers.js');

Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
},
"homepage": "https://github.com/DoctorMcKay/node-steam-tradeoffer-manager",
"dependencies": {
"steamcommunity": "^3.30.0",
"steamid": "^1.1.0",
"async": "^2.0.0",
"@doctormckay/stats-reporter": "^1.0.2",
"async": "^2.4.1",
"deep-equal": "^1.0.1",
"languages": "^0.1.3",
"deep-equal": "^1.0.1"
"steamcommunity": "^3.30.7",
"steamid": "^1.1.0"
},
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 2cd8a1e

Please sign in to comment.