xbbcode-parser
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "xbbcode-parser", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Allows you to parse BBCode and to extend the markup to add your own tags.", | ||
@@ -5,0 +5,0 @@ "main": "xbbcode.js", |
@@ -797,4 +797,4 @@ /* | ||
// for node | ||
if (module) { | ||
if (typeof module !== "undefined") { | ||
module.exports = XBBCODE; | ||
} |
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
47365