@travetto/doc 3.1.4 → 3.1.5
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/package.json
CHANGED
|
@@ -71,6 +71,10 @@ export const MOD_MAPPING = {
|
|
|
71
71
|
name: '@travetto/email', folder: '@travetto/email', displayName: 'Email',
|
|
72
72
|
description: 'Email transmission module.'
|
|
73
73
|
},
|
|
74
|
+
EmailInky: {
|
|
75
|
+
name: '@travetto/email-inky', folder: '@travetto/email-inky', displayName: 'Email Inky Templates',
|
|
76
|
+
description: 'Email Inky templating module'
|
|
77
|
+
},
|
|
74
78
|
EmailNodemailer: {
|
|
75
79
|
name: '@travetto/email-nodemailer', folder: '@travetto/email-nodemailer', displayName: 'Email Nodemailer Support',
|
|
76
80
|
description: 'Email transmission module.'
|
|
@@ -4,6 +4,7 @@ import 'prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js';
|
|
|
4
4
|
import 'prismjs/components/prism-typescript.js';
|
|
5
5
|
import 'prismjs/components/prism-javascript.js';
|
|
6
6
|
import 'prismjs/components/prism-css.js';
|
|
7
|
+
import 'prismjs/components/prism-jsx.js';
|
|
7
8
|
import 'prismjs/components/prism-scss.js';
|
|
8
9
|
import 'prismjs/components/prism-yaml.js';
|
|
9
10
|
import 'prismjs/components/prism-json.js';
|