Comparing version 0.1.1 to 0.1.2
@@ -129,3 +129,3 @@ var events = require('events'); | ||
var date = this.date = new Date(year, month, day, hours, minutes, seconds); | ||
var date = this.date = new Date(year, month - 1, day, hours, minutes, seconds); | ||
@@ -132,0 +132,0 @@ this.emit('date', date); |
{ | ||
"name": "ancs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A node.js lib to access the Apple Notification Center Service (ANCS)", | ||
@@ -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
14070