mdast-util-heading-range
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,7 @@ <!--mdast setext--> | ||
1.0.2 / 2015-08-23 | ||
================== | ||
* Fix bug where nodes were passed incorrectly ([4b036e4](https://github.com/wooorm/mdast-util-heading-range/commit/4b036e4)) | ||
1.0.1 / 2015-08-19 | ||
@@ -7,0 +12,0 @@ ================== |
@@ -119,3 +119,3 @@ 'use strict'; | ||
children[start], | ||
children.slice(start + 1, end - start + 1), | ||
children.slice(start + 1, end), | ||
children[end], | ||
@@ -122,0 +122,0 @@ { |
{ | ||
"name": "mdast-util-heading-range", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Markdown heading as ranges in mdast", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
11769