Comparing version 0.0.2 to 0.0.3
@@ -290,3 +290,2 @@ //http://www.highprogrammer.com/alan/numbers/dl_us_shared.html | ||
var db = new Date(person.dob); | ||
var db = person.dob; | ||
var month = db.getMonth() + 1; | ||
@@ -293,0 +292,0 @@ var day = parseInt(db.getDate()); |
{ | ||
"name": "dlgen", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "State ID/Driver license generator", | ||
@@ -5,0 +5,0 @@ "main": "index.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
29184
327