Vendor readme fixes

This commit is contained in:
Rob Garrison 2018-07-21 13:46:31 -05:00
parent c6724b02d3
commit 59d80c32c4
3 changed files with 5 additions and 5 deletions

2
vendor/README.md vendored
View File

@ -18,7 +18,7 @@ Use `npm run build` to first update the packages in the `node_modules` folder &
The following changes are made:
* `CodeMirror`: Only existing files are updated directly from the `node_modules` folder; see the [CodeMirror readme](codemirror/README) for specifics.
* `CodeMirror`: Only existing files are updated directly from the `node_modules` folder; see the [CodeMirror readme](codemirror/README.md) for specifics.
* `jsonlint`: The uncompressed `lib/jsonlint.js` is copied directly to `vendor/jsonlint`.
* `less`: The compressed `dist/less.min.js` file is copied directly into `vendor/less`.
* `lz-string-unsafe`: The compressed `lz-string-unsafe.min.js` file is copied directly into `vendor/lz-string-unsafe`.

View File

@ -6,5 +6,5 @@ https://github.com/zaach/jsonlint/blob/v1.6.3/lib/jsonlint.js
If the link doesn't work, it is likely that the npm version and the release versions don't match:
https://www.npmjs.com/package/jsonlint
https://github.com/zaach/jsonlint/releases
- https://www.npmjs.com/package/jsonlint
- https://github.com/zaach/jsonlint/releases

View File

@ -6,5 +6,5 @@ https://github.com/less/less.js/blob/v3.7.1/dist/less.min.js
If the link doesn't work, it is likely that the npm version and the release versions don't match:
https://www.npmjs.com/package/less
https://github.com/less/less.js/releases
- https://www.npmjs.com/package/less
- https://github.com/less/less.js/releases