Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.8.0 #150

Merged
merged 26 commits into from
Feb 14, 2019
Merged

6.8.0 #150

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
671cad1
npm-registry-fetch@3.9.0
zkat Jan 24, 2019
89b23a5
doc: use const in lib/fetch-package-metadata.md (#120)
watilde Jan 29, 2019
4970d55
misc: replace ronn with marked-man (#126)
watilde Jan 29, 2019
d9b6090
Reduce work to test if executable ends with a 'g'. (#138)
elidoran Jan 29, 2019
cdb0592
test(maketest): Fix common.npm callback arguments (#144)
larsgw Jan 29, 2019
91314e7
install/dedupe: fix hoisting of packages with peerDeps (#147)
sokra Jan 29, 2019
25573e9
ls: show installed but unmet peer deps (#145)
larsgw Jan 29, 2019
3663cde
doc: update package.json docs to include repository.directory details…
greysteil Jan 29, 2019
ce2c4bd
token: use figgy-config to make sure extra opts are there (#149)
zkat Jan 30, 2019
95ca1ae
pacote@9.4.1
Jan 30, 2019
dacc47d
chore: add changelog for v6.8.0
Jan 30, 2019
f28a94c
update AUTHORS
Jan 31, 2019
309260d
6.8.0-next.0
Jan 31, 2019
3c22d1a
access: ls-collaborators is ok with non-scoped (#151)
zkat Feb 4, 2019
322fef4
normalize-package-data@2.5.0
Feb 6, 2019
32d34c0
npm-packlist@1.3.0
Feb 6, 2019
f54bf9e
chore: update changelog for 6.8.0
Feb 6, 2019
7c62cde
6.8.0-next.1
Feb 6, 2019
d513709
Fix issue with sub folder local references (#86)
jtwebman Feb 7, 2019
7b87710
chore: update changelog for 6.8.0
Feb 7, 2019
b436cb0
update AUTHORS
Feb 7, 2019
26b768d
6.8.0-next.2
Feb 7, 2019
0c97036
Revert "install/dedupe: fix hoisting of packages with peerDeps (#147)…
zkat Feb 12, 2019
338571c
read-package-tree@5.2.2
zkat Feb 12, 2019
c7da272
chore: update changelog for final 6.8.0 release
Feb 13, 2019
67142b3
6.8.0
Feb 13, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pacote@9.4.1
  • Loading branch information
Audrey Eschright committed Jan 30, 2019
commit 95ca1aef4077c8e68d9f4dce37f6ba49b591c4ca
1 change: 0 additions & 1 deletion node_modules/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions node_modules/pacote/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions node_modules/pacote/lib/fetchers/directory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion node_modules/pacote/lib/finalize-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions node_modules/pacote/lib/util/read-json.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions node_modules/pacote/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"once": "~1.4.0",
"opener": "^1.5.1",
"osenv": "^0.1.5",
"pacote": "^9.4.0",
"pacote": "^9.4.1",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "^0.12.0",
Expand Down