Skip to content

Commit 4f5c0d6

Browse files
committed
chore: v2.4.2 - publish to GitHub Packages
1 parent d24a26d commit 4f5c0d6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GitHub Packages Registry
2+
@halilertekin:registry=https://npm.pkg.github.com
3+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@halilertekin/claude-code-router-config",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Multi-provider configuration for Claude Code Router with intent-based routing, advanced CLI tools, analytics, and smart routing. Setup OpenAI, Anthropic, Gemini, Qwen, GLM, OpenRouter, and GitHub Copilot with intelligent routing.",
55
"main": "install.js",
66
"bin": {
@@ -106,5 +106,9 @@
106106
"overrides": {
107107
"qs": "6.14.1"
108108
}
109+
},
110+
"publishConfig": {
111+
"registry": "https://npm.pkg.github.com",
112+
"access": "public"
109113
}
110114
}

0 commit comments

Comments
 (0)