remark-toc
Advanced tools
Comparing version 7.1.0 to 7.2.0
{ | ||
"name": "remark-toc", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "remark plugin to generate a Table of Contents (TOC)", | ||
@@ -49,3 +49,2 @@ "license": "MIT", | ||
"is-hidden": "^1.0.0", | ||
"negate": "^1.0.0", | ||
"nyc": "^15.0.0", | ||
@@ -58,3 +57,3 @@ "prettier": "^2.0.0", | ||
"tinyify": "^3.0.0", | ||
"xo": "^0.37.0" | ||
"xo": "^0.38.0" | ||
}, | ||
@@ -61,0 +60,0 @@ "scripts": { |
@@ -7,3 +7,3 @@ // Minimum TypeScript Version: 3.2 | ||
declare namespace remarkToc { | ||
type TOCSettings = Pick<TOCOptions, 'heading' | 'maxDepth' | 'tight' | 'skip'> | ||
type TOCSettings = TOCOptions | ||
} | ||
@@ -10,0 +10,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
11
9567