Skip to content

Commit

Permalink
Merge pull request #364 from yartasdev/fix/i18n-package-json
Browse files Browse the repository at this point in the history
fix: 🐞 i18n package.json files fixed
  • Loading branch information
shaharkazaz authored Sep 23, 2023
2 parents c610c38 + e6f872a commit 7655897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/executors/build-locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ function cleanupBuildArtifacts(buildConfig: LocaleBuildConfig): void {

writeFileSync(
`${buildConfig.outputPath}/package.json`,
`{"main": "./index.cjs.js","module": "./index.esm.js","typings": "./index.d.ts"}`
`{"main": "./index.cjs","module": "./index.esm.js","typings": "./index.d.ts"}`
);
}

0 comments on commit 7655897

Please sign in to comment.