Skip to content

Commit

Permalink
fix: disable the web interface
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 10, 2024
1 parent 9e97ec5 commit ff6b5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-mock",
"version": "3.42.0",
"version": "3.43.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
3 changes: 3 additions & 0 deletions registry/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ uplinks:
npmjs:
url: https://registry.npmjs.org/

web:
enable: false

packages:
'@private/*':
access: $authenticated
Expand Down

0 comments on commit ff6b5be

Please sign in to comment.