Skip to content

Commit

Permalink
fix: package that needs auth
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 18, 2024
1 parent e5dfa90 commit 432de75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.32.0",
"version": "3.32.1",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
8 changes: 4 additions & 4 deletions registry/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ packages:
access: $authenticated
publish: $authenticated

'@pnpm.e2e/needs-auth':
access: $authenticated
publish: $authenticated

'@*/*':
access: $all
publish: $all
proxy: npmjs

'needs-auth':
access: $authenticated
publish: $authenticated

'plugin-example':
access: $all
publish: $all
Expand Down

0 comments on commit 432de75

Please sign in to comment.