@paperist/remark-latex
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -34,3 +34,3 @@ "use strict"; | ||
const opts = jsYAML.safeLoad(yamlNode.value); | ||
this.options = _.defaultsDeep(this.options, opts.latex || {}); | ||
this.options = Object.assign(this.options, opts.latex || {}); | ||
} | ||
@@ -37,0 +37,0 @@ catch (_e) { |
{ | ||
"name": "@paperist/remark-latex", | ||
"description": "wooorm/remark plugin for latex", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "ejs": "^2.5.2", |
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
20664