yahoo-fantasy
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "yahoo-fantasy", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,2 +58,5 @@ Yahoo! Fantasy API Node Module | ||
#### 1.0.2 | ||
* Fixed game resource roster postions callback bug. | ||
#### 1.0.1 | ||
@@ -60,0 +63,0 @@ * Fixed a typo that was breaking team mapping. |
@@ -154,3 +154,3 @@ var gameHelper = require('../helpers/gameHelper.js'); | ||
GameResource.prototype.roster_positions = function(gameKey, cb) { | ||
var apiCallback = this._position_types_callback.bind(this, cb); | ||
var apiCallback = this._roster_positions_callback.bind(this, cb); | ||
@@ -157,0 +157,0 @@ this |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
729441
126