Skip to content

Commit bf6b686

Browse files
committed
1 parent 9392488 commit bf6b686

File tree

29 files changed

+198
-1836
lines changed

29 files changed

+198
-1836
lines changed

mock-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@npmcli/template-oss": "4.24.4",
5252
"json-stringify-safe": "^5.0.1",
5353
"nock": "^13.3.3",
54-
"npm-package-arg": "^12.0.0",
54+
"npm-package-arg": "^13.0.0",
5555
"pacote": "^21.0.2",
5656
"tap": "^16.3.8"
5757
}

node_modules/.gitignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
!/@npmcli/git
2424
!/@npmcli/git/node_modules/
2525
/@npmcli/git/node_modules/*
26+
!/@npmcli/git/node_modules/hosted-git-info
27+
!/@npmcli/git/node_modules/npm-package-arg
2628
!/@npmcli/git/node_modules/npm-pick-manifest
2729
!/@npmcli/installed-package-contents
2830
!/@npmcli/map-workspaces
@@ -123,9 +125,6 @@
123125
!/imurmurhash
124126
!/ini
125127
!/init-package-json
126-
!/init-package-json/node_modules/
127-
/init-package-json/node_modules/*
128-
!/init-package-json/node_modules/npm-package-arg
129128
!/ip-address
130129
!/ip-regex
131130
!/is-cidr
@@ -191,24 +190,17 @@
191190
!/npm-install-checks
192191
!/npm-normalize-package-bin
193192
!/npm-package-arg
194-
!/npm-package-arg/node_modules/
195-
/npm-package-arg/node_modules/*
196-
!/npm-package-arg/node_modules/hosted-git-info
197193
!/npm-packlist
198194
!/npm-packlist/node_modules/
199195
/npm-packlist/node_modules/*
200196
!/npm-packlist/node_modules/ignore-walk
201197
!/npm-packlist/node_modules/minimatch
202198
!/npm-pick-manifest
203-
!/npm-pick-manifest/node_modules/
204-
/npm-pick-manifest/node_modules/*
205-
!/npm-pick-manifest/node_modules/npm-package-arg
206199
!/npm-profile
207200
!/npm-registry-fetch
208201
!/npm-registry-fetch/node_modules/
209202
/npm-registry-fetch/node_modules/*
210203
!/npm-registry-fetch/node_modules/minizlib
211-
!/npm-registry-fetch/node_modules/npm-package-arg
212204
!/npm-user-validate
213205
!/p-map
214206
!/package-json-from-dist
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)