File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ module.exports = cls => class Reifier extends cls {
716
716
// Shrinkwrap and Node classes carefully, so for now, just treat
717
717
// the default reg as the magical animal that it has been.
718
718
return resolved && resolved
719
- . replace ( / ^ h t t p s ? : \/ \/ r e g i s t r y .n p m j s .o r g \/ / , this . registry )
719
+ . replace ( / ^ h t t p s ? : \/ \/ r e g i s t r y \ .n p m j s \ .o r g \/ / , this . registry )
720
720
}
721
721
722
722
// bundles are *sort of* like shrinkwraps, in that the branch is defined
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ const swKeyOrder = [
80
80
]
81
81
82
82
// used to rewrite from yarn registry to npm registry
83
- const yarnRegRe = / ^ h t t p s ? : \/ \/ r e g i s t r y .y a r n p k g .c o m \/ /
84
- const npmRegRe = / ^ h t t p s ? : \/ \/ r e g i s t r y .n p m j s .o r g \/ /
83
+ const yarnRegRe = / ^ h t t p s ? : \/ \/ r e g i s t r y \ .y a r n p k g \ .c o m \/ /
84
+ const npmRegRe = / ^ h t t p s ? : \/ \/ r e g i s t r y \ .n p m j s \ .o r g \/ /
85
85
86
86
// sometimes resolved: is weird or broken, or something npa can't handle
87
87
const specFromResolved = resolved => {
You can’t perform that action at this time.
0 commit comments