Skip to content

Commit

Permalink
Merge pull request #11 from cashubtc/gandlafbtc-patch-1
Browse files Browse the repository at this point in the history
Fix copy pasted nut12 export paths
  • Loading branch information
callebtc authored Nov 5, 2024
2 parents 31e92cb + d63d8d5 commit cdc9fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
"default": "./modules/mint/NUT12.js"
},
"./modules/client/NUT12": {
"types": "./modules/mint/NUT12.d.ts",
"import": "./modules/esm/mint/NUT12.js",
"default": "./modules/mint/NUT12.js"
"types": "./modules/client/NUT12.d.ts",
"import": "./modules/esm/client/NUT12.js",
"default": "./modules/client/NUT12.js"
}
}
}

0 comments on commit cdc9fbd

Please sign in to comment.