Skip to content

Commit

Permalink
make default the last export
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 29, 2023
1 parent 36111f5 commit 2695928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/noir_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"module": "lib/index.mjs",
"exports": {
"require": "./lib/index.cjs",
"default": "./lib/index.mjs",
"types": "./lib/index.d.ts"
"types": "./lib/index.d.ts",
"default": "./lib/index.mjs"
},
"types": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 2695928

Please sign in to comment.