Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed May 31, 2024
1 parent 563afb9 commit 6899786
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hanzo/commerce",
"version": "7.0.11",
"version": "7.0.13",
"description": "e-commerce framework.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand All @@ -26,7 +26,8 @@
},
"exports": {
".": "./index.ts",
"./types": "./types/index.ts"
"./types": "./types/index.ts",
"./debug": "./service/debug.ts"
},
"dependencies": {
"ethers": "^6.12.0",
Expand Down

0 comments on commit 6899786

Please sign in to comment.