respec 37.3.5 → 37.3.6
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/README.md +2 -0
- package/builds/respec-aom.js +88 -88
- package/builds/respec-aom.js.map +1 -1
- package/builds/respec-dini.js +90 -90
- package/builds/respec-dini.js.map +1 -1
- package/builds/respec-w3c.js +128 -128
- package/builds/respec-w3c.js.map +1 -1
- package/package.json +8 -42
package/README.md
CHANGED
|
@@ -42,6 +42,8 @@ Use [specref.org](https://www.specref.org/) to look up and cite other specificat
|
|
|
42
42
|
|
|
43
43
|
See our [developer guide](https://github.com/speced/respec/wiki/Developers-Guide) and [Code of Conduct](CODE_OF_CONDUCT.md).
|
|
44
44
|
|
|
45
|
+
Using AI to contribute? Please read our [AI policy](AI_POLICY.md) first.
|
|
46
|
+
|
|
45
47
|
## Contributors
|
|
46
48
|
|
|
47
49
|
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|