From 134382aa336d8028e3829b6488a66cfd6ea79252 Mon Sep 17 00:00:00 2001 From: Max Edell Date: Wed, 4 Sep 2024 21:36:50 -0700 Subject: [PATCH] fix: reset package name --- package-lock.json | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f61191..f07ff29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "helix-cache-debug", + "name": "helix-commerce-api", "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "helix-cache-debug", + "name": "helix-commerce-api", "version": "1.0.4", "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 4f224cb..09412d7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "helix-cache-debug", + "name": "helix-commerce-api", "version": "1.0.4", "private": true, - "description": "Tools for analyzing cache inconsistencies and purging", + "description": "API for markup content and a commerce graphql commerce proxy", "main": "src/index.js", "type": "module", "scripts": { @@ -25,13 +25,13 @@ "author": "", "repository": { "type": "git", - "url": "https://github.com/adobe/helix-cache-debug" + "url": "https://github.com/adobe-rnd/helix-commerce-api" }, "license": "Apache-2.0", "bugs": { - "url": "https://github.com/adobe/helix-cache-debug/issues" + "url": "https://github.com/adobe-rnd/helix-commerce-api/issues" }, - "homepage": "https://github.com/adobe/helix-cache-debug#readme", + "homepage": "https://github.com/adobe-rnd/helix-commerce-api#readme", "mocha": { "require": [ "test/setup-env.js"