mdast-zone
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -19,3 +19,3 @@ 'use strict' | ||
/* Gather one dimensional zones. */ | ||
// Gather one dimensional zones. | ||
function gather(node, index, parent) { | ||
@@ -64,3 +64,3 @@ var type = test(node) | ||
/* Test if `node` matches the bound settings. */ | ||
// Test if `node` matches the bound settings. | ||
function test(node) { | ||
@@ -67,0 +67,0 @@ var marker = commentMarker(node) |
{ | ||
"name": "mdast-zone", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "HTML comments as ranges in remark", | ||
@@ -17,5 +17,5 @@ "license": "MIT", | ||
"bugs": "https://github.com/syntax-tree/mdast-zone/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
@@ -33,10 +33,10 @@ "files": [ | ||
"negate": "^1.0.0", | ||
"nyc": "^12.0.0", | ||
"nyc": "^13.0.0", | ||
"prettier": "^1.14.2", | ||
"remark": "^9.0.0", | ||
"remark-cli": "^5.0.0", | ||
"remark": "^10.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.4.3", | ||
"xo": "^0.22.0" | ||
"xo": "^0.23.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
@@ -1,4 +0,4 @@ | ||
# mdast-zone [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] [![Chat][chat-badge]][chat] | ||
# mdast-zone [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Chat][chat-badge]][chat] | ||
[**MDAST**][mdast] utility to treat HTML comments as ranges. | ||
[**mdast**][mdast] utility to treat HTML comments as ranges. | ||
Useful in [**remark**][remark] plugins. | ||
@@ -109,19 +109,23 @@ | ||
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-zone.svg | ||
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-zone.svg | ||
[travis]: https://travis-ci.org/syntax-tree/mdast-zone | ||
[build]: https://travis-ci.org/syntax-tree/mdast-zone | ||
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-zone.svg | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-zone.svg | ||
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg | ||
[coverage]: https://codecov.io/github/syntax-tree/mdast-zone | ||
[codecov]: https://codecov.io/github/syntax-tree/mdast-zone | ||
[downloads-badge]: https://img.shields.io/npm/dm/mdast-zone.svg | ||
[chat]: https://gitter.im/wooorm/remark | ||
[downloads]: https://www.npmjs.com/package/mdast-zone | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat]: https://spectrum.chat/unified/remark | ||
[npm]: https://docs.npmjs.com/cli/install | ||
[license]: LICENSE | ||
[license]: license | ||
[author]: http://wooorm.com | ||
[author]: https://wooorm.com | ||
@@ -128,0 +132,0 @@ [mdast]: https://github.com/syntax-tree/mdast |
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
7579
140