yahoo-fantasy
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -99,2 +99,3 @@ var _ = require('lodash'); | ||
exports.mapTeamPoints = function(team, points) { | ||
var self = this; | ||
team.points = points.team_points; | ||
@@ -101,0 +102,0 @@ |
{ | ||
"name": "yahoo-fantasy", | ||
"version": "2.0.1", | ||
"version": "2.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 | ||
#### 2.0.2 | ||
* Fixed a bug where "mapTeamPoints" helper function was not defining "self". Thanks [platky](https://github.com/platky)! | ||
#### 2.0.1 | ||
@@ -60,0 +63,0 @@ * Removed the code that added a "reason" to errors coming from Yahoo! as it was breaking other errors. Retry notifications should now be handled within the application using the module. |
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
71476
1861
135