lys-markdown-parser
Advanced tools
Comparing version 3.13.5 to 3.14.0
{ | ||
"name": "lys-markdown-parser", | ||
"version": "3.13.5", | ||
"version": "3.14.0", | ||
"description": "js markdown parser", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"build:cjs": "rollup src/index.js --format cjs --file dist/index.js", | ||
"build:umd": "rollup src/index.js --format iife --name \"lymd\" --file dist/lymd.min.js", | ||
"build:umd": "rollup src/index.js --format iife --name \"lymd\" --file dist/index.umd.js", | ||
"min": "babel dist --out-dir dist; minify dist/index.umd.js -d dist", | ||
@@ -14,0 +14,0 @@ "build": "yarn lint; npm run build:cjs; npm run build:umd; npm run min", |
@@ -30,5 +30,5 @@ /** | ||
try { | ||
return decodeURIComponent(v) | ||
return decodeURIComponent(v); | ||
} catch (_) { | ||
return v | ||
return v; | ||
} | ||
@@ -35,0 +35,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
347558
37
7872