nodebb-plugin-emailer-mailjet
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -1,3 +0,3 @@ | ||
var winston = module.parent.require('winston'); | ||
var Meta = module.parent.require('./meta'); | ||
var winston = require.main.require('winston'); | ||
var Meta = require.main.require('./src/meta'); | ||
@@ -4,0 +4,0 @@ var Emailer = {}; |
{ | ||
"name": "nodebb-plugin-emailer-mailjet", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "An emailer plugin for NodeBB using Mailjet as a third party service", | ||
@@ -28,2 +28,2 @@ "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
4871
5