Vendor readme fixes
This commit is contained in:
parent
c6724b02d3
commit
59d80c32c4
2
vendor/README.md
vendored
2
vendor/README.md
vendored
|
@ -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`.
|
||||
|
|
4
vendor/jsonlint/README.md
vendored
4
vendor/jsonlint/README.md
vendored
|
@ -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
|
||||
|
|
4
vendor/less/README.md
vendored
4
vendor/less/README.md
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user