reffy 4.0.4 → 4.0.5
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.
- package/package.json +1 -1
- package/reffy.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reffy",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "W3C/WHATWG spec dependencies exploration companion. Features a short set of tools to study spec references as well as WebIDL term definitions and references found in W3C specifications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
package/reffy.js
CHANGED
|
@@ -146,7 +146,7 @@ Usage notes for some of the options:
|
|
|
146
146
|
-m, --module <modules...>
|
|
147
147
|
If processing modules are not specified, the crawler runs all core processing
|
|
148
148
|
modules defined in:
|
|
149
|
-
https://github.com/w3c/reffy/
|
|
149
|
+
https://github.com/w3c/reffy/blob/main/src/browserlib/reffy.json
|
|
150
150
|
|
|
151
151
|
Modules must be specified using a relative path to an ".mjs" file that defines
|
|
152
152
|
the processing logic to run on the spec's page in a browser context. For
|