remark-custom-blocks
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "remark-custom-blocks", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"repository": { | ||
@@ -15,3 +15,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-custom-blocks", | ||
"scripts": { | ||
"pretest": "eslint src", | ||
"pretest": "eslint .", | ||
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel src --out-dir dist", | ||
@@ -48,3 +48,3 @@ "test": "jest", | ||
"rehype-stringify": "^3.0.0", | ||
"remark-parse": "^4.0.0", | ||
"remark-parse": "^5.0.0", | ||
"remark-rehype": "^3.0.0", | ||
@@ -51,0 +51,0 @@ "unified": "^6.1.5" |
@@ -62,5 +62,5 @@ const spaceSeparated = require('space-separated-tokens') | ||
hProperties: { | ||
className: classList | ||
} | ||
} | ||
className: classList, | ||
}, | ||
}, | ||
}) | ||
@@ -67,0 +67,0 @@ } |
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
10875