Skip to content

Commit

Permalink
Change exports order
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 23, 2023
1 parent 2e59e81 commit a62ac94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/size-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"exports": {
".": "./index.js",
"./package.json": "./package.json",
"./rm": "./rm.js",
"./size-limit-error": "./size-limit-error.js",
"./process-import": "./process-import.js",
"./package.json": "./package.json"
"./process-import": "./process-import.js"
},
"dependencies": {
"bytes-iec": "^3.1.1",
Expand Down

0 comments on commit a62ac94

Please sign in to comment.