Skip to content

Commit

Permalink
fix: reset package name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxakuru committed Sep 5, 2024
1 parent 91aab78 commit 134382a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 134382a

Please sign in to comment.