@wjsc/remote-config-client
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -5,4 +5,4 @@ const security = require('./security'); | ||
module.exports = { | ||
init: client.init(security, './keys.proto'), | ||
init: client.init(security, __dirname + '/keys.proto'), | ||
security | ||
} |
{ | ||
"name": "@wjsc/remote-config-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -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
4115