From 1d5e695d0ca03d7bdebfd553f25dfc45abfc2646 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 5 Jun 2025 13:28:36 -0700 Subject: [PATCH] Update package name to reference under the @Anthropic-AI NPM org (#134) --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 85935ec..9c42958 100644 --- a/bun.lock +++ b/bun.lock @@ -2,7 +2,7 @@ "lockfileVersion": 1, "workspaces": { "": { - "name": "claude-pr-action", + "name": "@anthropic-ai/claude-pr-action", "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.1", diff --git a/package.json b/package.json index 098f94b..ea5b9ae 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "claude-pr-action", + "name": "@anthropic-ai/claude-pr-action", "version": "1.0.0", "private": true, "scripts": {