diff --git a/packages/fluence-js/package.json b/packages/fluence-js/package.json index d477a4d8..e388fcaa 100644 --- a/packages/fluence-js/package.json +++ b/packages/fluence-js/package.json @@ -5,8 +5,8 @@ "type": "module", "exports": { ".": "./dist/index.js", - "./dist/internal/compilerSupport/v3": "./dist/internal/compilerSupport/v3", - "./compilerSupport/v3": "./dist/internal/compilerSupport/v3" + "./dist/internal/compilerSupport/v3": "./dist/internal/compilerSupport/v3.js", + "./compilerSupport/v3": "./dist/internal/compilerSupport/v3.js" }, "typings": "./dist/index.d.ts", "engines": {