Skip to content

Commit e0128a7

Browse files
committedApr 22, 2021
npm-registry-fetch@10.0.0
1 parent 500a34f commit e0128a7

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed
 

‎package-lock.json

+7-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"npm-package-arg": "^8.0.1",
4747
"npm-packlist": "^2.1.4",
4848
"npm-pick-manifest": "^6.0.0",
49-
"npm-registry-fetch": "^9.0.0",
49+
"npm-registry-fetch": "^10.0.0",
5050
"promise-retry": "^2.0.1",
5151
"read-package-json-fast": "^2.0.1",
5252
"rimraf": "^3.0.2",

‎test/remote.js

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ t.test('packument', t => {
8989
host: require('url').parse(server).host,
9090
'npm-session': 'foobarbaz',
9191
'npm-scope': '@npmcli',
92-
'npm-in-ci': String,
9392
'not-referer': 'http://example.com',
9493
}
9594
]

0 commit comments

Comments
 (0)
Please sign in to comment.