Skip to content

Commit

Permalink
fix: invalid export path for exceptions submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Sep 20, 2024
1 parent 5dbe8b8 commit 7e2c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"./string_builder": "./build/src/string_builder.js",
"./json": "./build/src/json/main.js",
"./types": "./build/src/types.js",
"./exceptions": "./build/exceptions/src/exceptions/index.js",
"./exceptions": "./build/src/exceptions/main.js",
"./exception": "./build/src/exception.js",
"./slash": "./build/src/slash.js"
},
Expand Down

0 comments on commit 7e2c4be

Please sign in to comment.