Comparing version 0.1.0 to 0.1.1
@@ -118,5 +118,5 @@ var events = require('events'); | ||
this._characteristics[CONTROL_POINT_UUID].write(buffer, true); | ||
this._characteristics[CONTROL_POINT_UUID].write(buffer, false); | ||
}; | ||
module.exports = ANCS; |
{ | ||
"name": "ancs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
14066