Skip to content

Commit 34bdaad

Browse files
fergusbissetclaude
andcommitted
Update .npmrc for npm public registry
Removed fergusbisset GitHub Packages reference. The package will primarily use npm public registry. GitHub Packages configuration is commented out as an alternative option. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6bfef7e commit 34bdaad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.npmrc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Project-specific npm configuration
2-
# GitHub Packages registry configuration
3-
@fergusbisset:registry=https://npm.pkg.github.com/
42

5-
# Note: 'always-auth' is deprecated in npm 10+
6-
# Authentication is now handled via .npmrc auth tokens
7-
# If you need authentication, add: //npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
3+
# Primary: npm public registry (default for @nhsdigital scope)
4+
# No special configuration needed - uses default npm registry
5+
6+
# Alternative: GitHub Packages (uncomment to use)
7+
# @nhsdigital:registry=https://npm.pkg.github.com/
8+
# //npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

0 commit comments

Comments
 (0)