Skip to content

Commit fd74b64

Browse files
authored
Merge pull request #89 from Exabyte-io/chore/SOF-7140
SOF-7140: export utils folder (required for cypress)
2 parents 6f0492c + b34bb68 commit fd74b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"exports": {
2121
"./context": "./dist/context/index.js",
2222
"./entity": "./dist/entity/index.js",
23-
"./utils": "./dist/utils/index.js",
23+
"./utils/*": "./dist/utils/*.js",
2424
"./constants": "./dist/constants.js",
2525
"./math": "./dist/math.js",
2626
"./JSONSchemasInterface": "./dist/JSONSchemasInterface.js",

0 commit comments

Comments
 (0)