You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> FYI: v6 drops support for Node 10 and 12. If you need support for versions of Node that have reached EOL, please use v5.
9
+
10
+
## Rule definition change
11
+
12
+
[`name-format`](https://npmpackagejsonlint.org/docs/en/rules/format/name-format) was updated the use `validate-npm-package-name`. See [#537](https://github.com/tclindner/npm-package-json-lint/pull/537) for more details.
13
+
14
+
## TypeScript Support
15
+
16
+
v6 is completely written in TypeScript. The Node.js API is fully typed for easier development.
17
+
18
+
## Documentation site (website)
19
+
20
+
The website has been upgraded to Docusaurus v2 (beta). Versioning support has been removed in this release. All docs can now be found in `/website/docs`.
21
+
22
+
## Additional changes
23
+
24
+
Please see the [release notes](https://github.com/tclindner/npm-package-json-lint/releases/tag/v6.0.0) for additional changes introduced in v6.0.0.
0 commit comments