Update package name to reference under the @Anthropic-AI NPM org (#134)

This commit is contained in:
David Dworken
2025-06-05 13:28:36 -07:00
committed by GitHub
parent 8e8be41f15
commit 1d5e695d0c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"lockfileVersion": 1, "lockfileVersion": 1,
"workspaces": { "workspaces": {
"": { "": {
"name": "claude-pr-action", "name": "@anthropic-ai/claude-pr-action",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",
"@actions/github": "^6.0.1", "@actions/github": "^6.0.1",

View File

@@ -1,5 +1,5 @@
{ {
"name": "claude-pr-action", "name": "@anthropic-ai/claude-pr-action",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {