Comparing version 2.0.1 to 2.0.2
@@ -6,3 +6,3 @@ { | ||
"main": "index.js", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "eslintConfig": { |
@@ -9,3 +9,2 @@ const Player = require('./Player'); | ||
this.game = player.gameName; | ||
console.log(player); | ||
if (player.stats) | ||
@@ -12,0 +11,0 @@ this.stats = objectify(player.stats); |
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
23676
593