| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,8 +15,18 @@ node_modules/npm-registry-mock | |||
| 15 | 15 | /coverage/ | |
| 16 | 16 | ||
| 17 | 17 | # don't need these in the npm package. | |
| 18 | + Makefile | ||
| 19 | + .licensee.json | ||
| 20 | + .mailmap | ||
| 21 | + changelogs/* | ||
| 22 | + configure | ||
| 23 | + make.bat | ||
| 24 | + scripts | ||
| 18 | 25 | html/*.png | |
| 19 | 26 | docs/nav.yml | |
| 27 | + docs/config.json | ||
| 28 | + docs/dockhand.js | ||
| 29 | + docs/template.html | ||
| 20 | 30 | ||
| 21 | 31 | # don't ignore .npmignore files | |
| 22 | 32 | # these are used in some tests. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -757,3 +757,5 @@ kumavis <aaron@kumavis.me> | |||
| 757 | 757 | Christof Lemke <christoflemke@github.com> | |
| 758 | 758 | Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> | |
| 759 | 759 | Bjørn Johansen <bjjohans@microsoft.com> | |
| 760 | + Fraqe <f@fraqe.ca> | ||
| 761 | + Edward Grech <dwardu@gmail.com> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,48 @@ | |||
| 1 | + ## v7.6.3 (2021-03-11) | ||
| 2 | + | ||
| 3 | + ### DOCUMENTATION | ||
| 4 | + | ||
| 5 | + * [`8c44e999b`](https://github.com/npm/cli/commit/8c44e999bdf7639893535c55beebf7996da2c47f) | ||
| 6 | + [#2855](https://github.com/npm/cli/issues/2855) | ||
| 7 | + Correct "npm COMMAND help" to "npm help COMMAND" | ||
| 8 | + ([@dwardu](https://github.com/dwardu)) | ||
| 9 | + | ||
| 10 | + ### DEPENDENCIES | ||
| 11 | + | ||
| 12 | + * [`57ed390d6`](https://github.com/npm/cli/commit/57ed390d64a44ae0a1b2c4afd79d690170b194ec) | ||
| 13 | + `@npmcli/arborist@2.2.8` | ||
| 14 | + * Respect link deps when calculating peerDep sets | ||
| 15 | + | ||
| 16 | + ## v7.6.2 (2021-03-09) | ||
| 17 | + | ||
| 18 | + ### BUG FIXES | ||
| 19 | + | ||
| 20 | + * [`e0a3a5218`](https://github.com/npm/cli/commit/e0a3a5218cac7ca5850930aaaad8a939ddf75d4d) | ||
| 21 | + [#2831](https://github.com/npm/cli/issues/2831) | ||
| 22 | + Fix cb() never called in search with --json option | ||
| 23 | + ([@fraqe](https://github.com/fraqe)) | ||
| 24 | + * [`85a8694dd`](https://github.com/npm/cli/commit/85a8694dd9b4a924a474ba75261914511a216868) | ||
| 25 | + [#2795](https://github.com/npm/cli/issues/2795) | ||
| 26 | + fix(npm.output): make output go through npm.output | ||
| 27 | + ([@wraithgar](https://github.com/wraithgar)) | ||
| 28 | + * [`9fe0df5b5`](https://github.com/npm/cli/commit/9fe0df5b5d7606e5841288d9931be6c04767c9ca) | ||
| 29 | + [#2821](https://github.com/npm/cli/issues/2821) | ||
| 30 | + fix(usage): clean up usage declarations | ||
| 31 | + ([@wraithgar](https://github.com/wraithgar)) | ||
| 32 | + | ||
| 33 | + ### DEPENDENCIES | ||
| 34 | + | ||
| 35 | + * [`7f470b5c2`](https://github.com/npm/cli/commit/7f470b5c25d544e36d97b28e28ae20dfa1d4ab31) | ||
| 36 | + `@npmcli/arborist@2.2.7` | ||
| 37 | + * fix(install): Do not revert a file: dep to version on bare name re-install | ||
| 38 | + * [`e9b7fc275`](https://github.com/npm/cli/commit/e9b7fc275a0bdf8f00dbcf5dd2283675776fc459) | ||
| 39 | + `libnpmdiff@2.0.4` | ||
| 40 | + * fix(diff): Gracefully handle packages with prepare script | ||
| 41 | + * [`c7314aa62`](https://github.com/npm/cli/commit/c7314aa62195b7f0d8886776692e8a2c892413ed) | ||
| 42 | + `byte-size@7.0.1` | ||
| 43 | + * [`864f48d43`](https://github.com/npm/cli/commit/864f48d4327269f521161cf89888ea2b6db5fdab) | ||
| 44 | + `pacote@11.3.0` | ||
| 45 | + | ||
| 1 | 46 | ## v7.6.1 (2021-03-04) | |
| 2 | 47 | ||
| 3 | 48 | ### BUG FIXES | |
| Back | FazBrowse Home | New Git URL |
0 commit comments