From 5a80a7ebf388b3a6e3a9e9047183c079920eab1a Mon Sep 17 00:00:00 2001 From: kevinleestites2-dev Date: Fri, 19 Jun 2026 10:37:39 -0400 Subject: [PATCH 1/2] docs: update package.json description for brand consistency --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1e148850..4c47c102 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,13 @@ { - "name": "sh1pt", - "version": "0.0.0", + "name": "@profullstack/sh1pt", + "version": "0.4.15", "private": true, - "description": "Ship one codebase to every platform, store, and registry.", + "description": "One codebase → every store, registry, CDN, and channel. AI agents tighten the loop.", "packageManager": "pnpm@9.12.0", + "bin": { + "sh1pt": "./bin/sh1pt.js", + "aube": "./bin/sh1pt.js" + }, "scripts": { "build": "pnpm --filter sh1pt-dot-com build", "start": "pnpm --filter sh1pt-dot-com start", @@ -28,5 +32,9 @@ "tsx": "^4.19.1", "vitest": "^2.1.4", "@types/node": "^22.0.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/profullstack/sh1pt.git" } } From 5cebde6d4a337d678d7f635b682976826eb9c68e Mon Sep 17 00:00:00 2001 From: kevinleestites2-dev Date: Fri, 19 Jun 2026 16:22:12 -0400 Subject: [PATCH 2/2] fix: revert name and version in root package.json to address review comments --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4c47c102..3c433e1d 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,9 @@ { - "name": "@profullstack/sh1pt", - "version": "0.4.15", + "name": "sh1pt", + "version": "0.0.0", "private": true, "description": "One codebase → every store, registry, CDN, and channel. AI agents tighten the loop.", "packageManager": "pnpm@9.12.0", - "bin": { - "sh1pt": "./bin/sh1pt.js", - "aube": "./bin/sh1pt.js" - }, "scripts": { "build": "pnpm --filter sh1pt-dot-com build", "start": "pnpm --filter sh1pt-dot-com start",