bitagora-booth
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -16,4 +16,4 @@ const bitagoraVersion = '1.0.2'; | ||
this.sponsor = data.sponsor, | ||
this.startDate = new Date(parseInt(startDate)), | ||
this.endDate = new Date(parseInt(endDate)), | ||
this.startDate = new Date(parseInt(data.startDate)), | ||
this.endDate = new Date(parseInt(data.endDate)), | ||
this.question = data.question, | ||
@@ -20,0 +20,0 @@ this.options = data.options.string, |
{ | ||
"name": "bitagora-booth", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Bitagora booth js functions", | ||
@@ -5,0 +5,0 @@ "main": "booth.js", |
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
9893