@ladjs/api
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -74,3 +74,5 @@ const http = require('http'); | ||
// handle connect and error events | ||
redisClient.on('connect', () => app.emit('log', 'info', 'redis connected')); | ||
redisClient.on('connect', () => | ||
app.emit('log', 'debug', 'redis connected') | ||
); | ||
redisClient.on('error', err => app.emit('error', err)); | ||
@@ -77,0 +79,0 @@ |
{ | ||
"name": "@ladjs/api", | ||
"description": "API server for Lad", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "ava": { |
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
11422
176