Skip to content

Commit

Permalink
update @npmcli/installed-package-contents, require node >=10
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 9, 2019
1 parent 698e996 commit cf50f54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,3 @@ node_js:
- node
- 12
- 10
- 8
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.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"git"
],
"dependencies": {
"@npmcli/installed-package-contents": "^1.0.2",
"@npmcli/installed-package-contents": "^1.0.3",
"cacache": "^13.0.1",
"chownr": "^1.1.3",
"fs-minipass": "^2.0.0",
Expand All @@ -56,7 +56,7 @@
"which": "^2.0.1"
},
"engines": {
"node": ">=8"

This comment has been minimized.

Copy link
@kellyselden

kellyselden Jan 10, 2020

Node 8 was dropped in a minor?

"node": ">=10"
},
"repository": "git@github.com:npm/pacote"
}

0 comments on commit cf50f54

Please sign in to comment.