We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c956f0a commit e5c6cd9Copy full SHA for e5c6cd9
readme.md
@@ -1,12 +1,10 @@
1
# unist-util-is [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
2
3
-<!--lint disable heading-increment list-item-spacing no-duplicate-headings-->
4
-
5
[**Unist**][unist] utility to check if a node passes a test.
6
7
## Installation
8
9
-[npm][npm-install]:
+[npm][]:
10
11
```bash
12
npm install unist-util-is
@@ -89,7 +87,7 @@ with `type` set to non-empty `string`).
89
87
90
88
[codecov]: https://codecov.io/github/wooorm/unist-util-is
91
92
-[npm-install]: https://docs.npmjs.com/cli/install
+[npm]: https://docs.npmjs.com/cli/install
93
94
[license]: LICENSE
95
0 commit comments