Skip to content

Commit 4878d80

Browse files
committed
disable markdown link check for www.npmjs.com
1 parent 4356f3b commit 4878d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/features/manual-dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Supported dependency types:
5454
- `hackage` - Haskell dependencies found at [Hackage](https://hackage.haskell.org/).
5555
- `hex` - Erlang and Elixir dependencies that are found at [Hex.pm](https://hex.pm/).
5656
- `maven` - Maven dependencies that can be found at many different sources. Specified as `name: javax.xml.bind:jaxb-api` where the convention is `groupId:artifactId`.
57+
<!-- markdown-link-check-disable-next-line -->
5758
- `npm` - Javascript dependencies found at [npmjs.com](https://www.npmjs.com/).
5859
- `nuget` - .NET dependencies found at [NuGet.org](https://www.nuget.org/).
5960
- `paket` - .NET dependencies found at [fsprojects.github.io/Paket/](https://fsprojects.github.io/Paket/).

0 commit comments

Comments
 (0)