74af537800
In an attempt to make our package naming more understandable we move all our packages to a single NPM scope. `automerge` -> `@automerge/automerge` and `automerge-wasm` -> @automerge/automerge-wasm`
25 lines
495 B
YAML
25 lines
495 B
YAML
storage: "./verdacciodb"
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
publish:
|
|
allow_offline: true
|
|
logs: {type: stdout, format: pretty, level: info}
|
|
packages:
|
|
"@automerge/automerge-wasm":
|
|
access: "$all"
|
|
publish: "$all"
|
|
"@automerge/automerge":
|
|
access: "$all"
|
|
publish: "$all"
|
|
"*":
|
|
access: "$all"
|
|
publish: "$all"
|
|
proxy: npmjs
|
|
"@*/*":
|
|
access: "$all"
|
|
publish: "$all"
|
|
proxy: npmjs
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|