Skip to content

Commit

Permalink
chore(be): update backend-utils package export paths (internal-pr-356)
Browse files Browse the repository at this point in the history
A change in node means package export paths need to be explicitly defined with patterns because folder exports are deprecated: https://nodejs.org/api/packages.html#packages_subpath_folder_mappings jaydenseric/extract-files#17
  • Loading branch information
liana-p authored Nov 16, 2021
1 parent c5b6688 commit 94b56ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hash/backend-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "HASH backend utilities",
"license": "SSPL-1.0",
"exports": {
"./": "./dist/"
"./*": "./dist/*.js"
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit 94b56ed

Please sign in to comment.