@@ -31,7 +31,7 @@ First thing first, let's make sure you have the necessary pre-requisites.
31
31
32
32
#### Node
33
33
34
- * [ Node.js] ( https://nodejs.org/ ) - v10 .0.0+
34
+ * [ Node.js] ( https://nodejs.org/ ) - v14 .0.0+
35
35
* [ npm] ( http://npmjs.com ) - v6.0.0+
36
36
37
37
### Use the cli
@@ -50,27 +50,31 @@ First thing first, let's make sure you have the necessary pre-requisites.
50
50
51
51
Quick links
52
52
53
- [ CLI commands and configuration] ( https://npmpackagejsonlint.org/docs/en/cli ) | [ Node.js API] ( https://npmpackagejsonlint.org/docs/en/api )
53
+ [ CLI commands and configuration] ( https://npmpackagejsonlint.org/docs/cli ) | [ Node.js API] ( https://npmpackagejsonlint.org/docs/en/api )
54
+
55
+ ## Migrating from v5.x.x to 6.x.x
56
+
57
+ Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/v5-to-v6 ) .
54
58
55
59
## Migrating from v4.x.x to 5.x.x
56
60
57
- Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/en/ v4-to-v5 ) .
61
+ Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/v4-to-v5 ) .
58
62
59
63
## Migrating from v3.x.x to 4.x.x
60
64
61
- Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/en/ v3-to-v4 ) .
65
+ Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/v3-to-v4 ) .
62
66
63
67
## Migrating from v2.x.x to 3.x.x
64
68
65
- Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/en/ v2-to-v3 ) .
69
+ Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/v2-to-v3 ) .
66
70
67
71
## Migrating from v1.x.x to 2.x.x
68
72
69
- Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/en/ v1-to-v2 ) .
73
+ Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/v1-to-v2 ) .
70
74
71
75
## Migrating from v0.x.x to 1.x.x
72
76
73
- Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/en/ v0-to-v1 ) .
77
+ Please see the [ migration guide] ( https://npmpackagejsonlint.org/docs/v0-to-v1 ) .
74
78
75
79
## Contributing
76
80
@@ -82,7 +86,6 @@ Please see [CHANGELOG.md](CHANGELOG.md).
82
86
83
87
## Related
84
88
85
- * [ grunt-npm-package-json-lint] ( https://github.com/tclindner/grunt-npm-package-json-lint ) : Grunt Wrapper for npm-package-json-lint
86
89
* [ npm-package-json-lint-config-default] ( https://github.com/tclindner/npm-package-json-lint-config-default ) : Shared default configuration module for npm-package-json-lint
87
90
88
91
## License
0 commit comments