gatsby-remark-graph-towavephone
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -7,3 +7,3 @@ exports.onInitialClientRender = function (n, config) { | ||
const s = document.createElement('script') | ||
s.setAttribute('src', `https://unpkg.com/mermaid@${version}/dist/mermaid.min.js`) | ||
s.setAttribute('src', 'https://unpkg.com/mermaid@' + version + '/dist/mermaid.min.js') | ||
document.head.appendChild(s) | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "gatsby-remark-graph-towavephone", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Make nice graphs in your markdown files in gatsbyjs, using mermaid", | ||
@@ -5,0 +5,0 @@ "author": "David Konsumer <konsumer@jetboystudio.com> (http://konsumer.js.org)", |
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
43400