Skip to content

Commit 30fd9fd

Browse files
committed
docs: Set links to task loader plugins to NPM registry
1 parent 490ce64 commit 30fd9fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This is a fork of the original package with the following enhancements:
2222
* Depends on up-to-date npm modules with no installation warnings.
2323
* Small size - 17.6 kB minified, 6.1 kB gzipped.
2424

25-
Integration to the favourite task loaders is provided by the following modules:
25+
Integration to the favourite task loaders is provided by the following NPM modules:
2626

27-
* [`grunt`] - [`@prantlf/grunt-jsonlint`]
28-
* [`gulp`] - [`@prantlf/gulp-jsonlint`]
27+
* [`Grunt`] - see [`@prantlf/grunt-jsonlint`]
28+
* [`Gulp`] - see [`@prantlf/gulp-jsonlint`]
2929

3030
## Synopsis
3131

@@ -229,10 +229,10 @@ Licensed under the MIT license.
229229
[JSON5]: https://spec.json5.org
230230
[JSON Schema]: https://json-schema.org
231231
[UMD]: https://github.com/umdjs/umd
232-
[`grunt`]: https://gruntjs.com/
233-
[`gulp`]: http://gulpjs.com/
234-
[`@prantlf/grunt-jsonlint`]: https://github.com/prantlf/grunt-jsonlint
235-
[`@prantlf/gulp-jsonlint`]: https://github.com/prantlf/gulp-jsonlint
232+
[`Grunt`]: https://gruntjs.com/
233+
[`Gulp`]: http://gulpjs.com/
234+
[`@prantlf/grunt-jsonlint`]: https://www.npmjs.com/package/@prantlf/grunt-jsonlint
235+
[`@prantlf/gulp-jsonlint`]: https://www.npmjs.com/package/@prantlf/gulp-jsonlint
236236
[best performance]: ./benchmarks#json-parser-comparison
237237
[parser benchmark]: ./benchmarks#json-parser-comparison
238238
[a lot slower]: ./benchmarks/results/performance.md#results

0 commit comments

Comments
 (0)