Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Apr 1, 2024
1 parent dbdba42 commit 88244b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion yarn-project/l1-artifacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"exports": {
".": {
"bun": "./src/index.ts",
"bun": "./generated/index.ts",
"default": "./dest/index.js"
}
},
Expand Down
6 changes: 3 additions & 3 deletions yarn-project/noir-contracts.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"type": "module",
"exports": {
".": {
"bun": "./src/src/index.ts",
"bun": "./src/index.ts",
"default": "./dest/src/index.js"
},
"./artifacts/*": {
"bun": "./src/artifacts/*.json",
"bun": "./artifacts/*.json",
"default": "./dest/artifacts/*.json"
},
"./*": {
"bun": "./src/src/*.ts",
"bun": "./src/*.ts",
"default": "./dest/src/*.js"
}
},
Expand Down

0 comments on commit 88244b3

Please sign in to comment.