Skip to content

Commit 0772c95

Browse files
committedJun 26, 2015
changelog: Add two more known bugs
1 parent 283eef4 commit 0772c95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ that isn't on this list,
8989
* [#8588](https://github.com/npm/npm/issues/8588)
9090
Local deps where the dep name and the name in the package.json differ
9191
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.
9298

9399
#### NEW FEATURES
94100

0 commit comments

Comments
 (0)
Please sign in to comment.