@financial-times/o-syntax-highlight
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -14,5 +14,2 @@ "use strict"; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
// Adds to Prism global object which we remove https://github.com/PrismJS/prism/blob/v1.15.0/prism.js#L6 | ||
require("prismjs/components/prism-bash.js"); | ||
@@ -24,2 +21,5 @@ | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
// Adds to Prism global object which we remove https://github.com/PrismJS/prism/blob/v1.15.0/prism.js#L6 | ||
class SyntaxHighlight { | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"description": "Component description", | ||
"description": "A syntax highlighter for Origami-supported documentation that wraps PrismJs", | ||
"keywords": "syntax, highlight", | ||
@@ -4,0 +4,0 @@ "origamiType": "module", |
@@ -26,3 +26,3 @@ { | ||
"name": "@financial-times/o-syntax-highlight", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "syntax highlighter for FT products", | ||
@@ -29,0 +29,0 @@ "homepage": "https://github.com/Financial-Times/o-syntax-highlight", |
27983
103