All of our dependencies are stored in the npmjs registry, except for fira, which references the GitHub URL directly:
|
"fira": "mozilla/fira#4.202" |
That could be a problem when installing the package, as a) They may have access to pulling from GitHub blocked/locked down, and/or b) That repository is not guaranteed to always exist; the packages published on npmjs should always be there.
All of our dependencies are stored in the npmjs registry, except for fira, which references the GitHub URL directly:
web-client-ui/packages/app-utils/package.json
Line 51 in b49b506
That could be a problem when installing the package, as a) They may have access to pulling from GitHub blocked/locked down, and/or b) That repository is not guaranteed to always exist; the packages published on npmjs should always be there.