yahoo-fantasy
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -17,3 +17,3 @@ var _ = require('lodash'); | ||
if ( !_.isUndefined(key) ) { | ||
destinationObj[key] = _.isobj[key]; | ||
destinationObj[key] = obj[key]; | ||
} | ||
@@ -20,0 +20,0 @@ }); |
{ | ||
"name": "yahoo-fantasy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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.1 | ||
* Fixed a typo that was breaking team mapping. | ||
#### 1.0.0 | ||
@@ -60,0 +63,0 @@ * Breaking changes |
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
729373
123