mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
1443b7343a
* fix: update dependencies * update @verdaccio/ui-theme
22 lines
456 B
YAML
22 lines
456 B
YAML
defaultSemverRangePrefix: ""
|
|
|
|
enableGlobalCache: true
|
|
|
|
enableTelemetry: false
|
|
|
|
httpRetry: 10
|
|
|
|
httpTimeout: 100000
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmRegistryServer: "https://registry.verdaccio.org"
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: "@yarnpkg/plugin-interactive-tools"
|
|
|
|
yarnPath: .yarn/releases/yarn-berry.cjs
|