remark-captions
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "remark-captions", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"repository": { | ||
@@ -35,3 +35,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions", | ||
}, | ||
"gitHead": "7dfdfdf98ac64c3867791036ab0cf1ce45918e40" | ||
"gitHead": "829fe4df7c155012baa13dc86e41d091f910a886" | ||
} |
@@ -69,3 +69,3 @@ # remark-captions [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] | ||
const remarkCaption = require('remark-caption') | ||
const remarkCaptions = require('remark-captions') | ||
``` | ||
@@ -78,3 +78,3 @@ | ||
.use(remarkParse) | ||
.use(remarkCaption, { | ||
.use(remarkCaptions, { | ||
external: { | ||
@@ -81,0 +81,0 @@ table: 'Table:', |
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
21738