@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.
- package/README.md +3 -3
- 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
|
-
```
|
|
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
|
-
```
|
|
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
|
-
```
|
|
74
|
+
```
|
|
75
75
|
npm install
|
|
76
76
|
npm test
|
|
77
77
|
```
|
package/package.json
CHANGED