We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283eef4 commit 0772c95Copy full SHA for 0772c95
CHANGELOG.md
@@ -89,6 +89,12 @@ that isn't on this list,
89
* [#8588](https://github.com/npm/npm/issues/8588)
90
Local deps where the dep name and the name in the package.json differ
91
don't result in an error.
92
+* [#8637](https://github.com/npm/npm/issues/8637)
93
+ Modules can install themselves as direct dependencies. npm@2 declined to
94
+ do this.
95
+* [#8660](https://github.com/npm/npm/issues/8660)
96
+ Dependencies of failed optional dependencies aren't rolled back when the
97
+ optional dependency is, and then are reported as extraneous thereafter.
98
99
#### NEW FEATURES
100
0 commit comments