@webimpian/zonemta-log-central 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Built on [`@webimpian/log-central-node`](https://www.npmjs.com/package/@webimpia
11
11
 
12
12
  Inside your ZoneMTA application directory:
13
13
 
14
- ```bash
14
+ ```
15
15
  npm install @webimpian/zonemta-log-central
16
16
  ```
17
17
 
@@ -30,7 +30,7 @@ channel="zonemta"
30
30
 
31
31
  Alternatively, if you keep local plugins in a `plugins/` folder, drop in a one-line shim as `plugins/log-central.js`:
32
32
 
33
- ```js
33
+ ```
34
34
  module.exports = require('@webimpian/zonemta-log-central');
35
35
  ```
36
36
 
@@ -71,7 +71,7 @@ If `url`, `token`, or `app` is missing, the plugin logs a warning through ZoneMT
71
71
 
72
72
  ## Testing
73
73
 
74
- ```bash
74
+ ```
75
75
  npm install
76
76
  npm test
77
77
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webimpian/zonemta-log-central",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ZoneMTA plugin that ships mail delivery logs (queued, delivered, deferred, bounced) to a Log Central server.",
5
5
  "keywords": [
6
6
  "zonemta",