@owenlamont/ryl-linux-ppc64le-gnu 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/bin/ryl +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -198,7 +198,7 @@ Example benchmark figure (5x5 matrix, 5 runs per point):
198
198
  - Presets and extends: supports yamllint’s built-in `default`, `relaxed`, and
199
199
  `empty` via `extends`. Rule maps are deep-merged; scalars/sequences overwrite.
200
200
  - TOML preset examples: see
201
- [docs/config-presets.md](/home/owen/Code/ryl_repos/ryl/docs/config-presets.md)
201
+ [docs/config-presets.md](https://github.com/owenlamont/ryl/blob/main/docs/config-presets.md)
202
202
  for `default`/`relaxed` equivalents.
203
203
 
204
204
  Example TOML config (`.ryl.toml`):
package/bin/ryl CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owenlamont/ryl-linux-ppc64le-gnu",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Fast YAML linter inspired by yamllint",
5
5
  "author": "Owen Lamont",
6
6
  "license": "MIT",