froala-syntax-highlighter
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "froala-syntax-highlighter", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Syntax highlighter for Froala with auto detection programming language", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"codeHighlighter", | ||
"detectProgramingLanguage" | ||
"detectProgrammingLanguage" | ||
], | ||
@@ -16,0 +16,0 @@ "repository": "https://github.com/hygge-software/froala-code-highlighter", |
@@ -98,3 +98,3 @@ # Froala Syntax Highlighter | ||
(window as any).FroalaEditor = require("froala-editor"); | ||
require("froala-syntax-highlighter/lib"); // Import WIRIS Mathtype formula editor. | ||
require("froala-syntax-highlighter/lib"); // Import plugin. | ||
@@ -101,0 +101,0 @@ // Import Angular plugin. |
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
197372