Skip to content

Commit

Permalink
Fix copy pasted nut12 exporr paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc authored Oct 31, 2024
1 parent 31e92cb commit d63d8d5
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 d63d8d5

Please sign in to comment.