Skip to content

Commit

Permalink
[fix]: rollup json import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RgnDunes committed Apr 12, 2024
1 parent de316a9 commit 42b8869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changeset/chilly-timers-impress.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@razorpay/i18nify-js": minor
'@razorpay/i18nify-js': patch
---

feat: refactoring currency module to use central geo data [ATLAS-167]
feat: refactoring currency module to use central geo data
4 changes: 2 additions & 2 deletions packages/i18nify-js/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const declarationTypes = modules.map((_module) => ({
file: `lib/esm/${_module.name}/index.d.ts`,
format: 'es',
},
plugins: [dts()],
plugins: [dts(), json()],
}));

export default [
Expand Down Expand Up @@ -148,6 +148,6 @@ export default [
file: 'lib/types/index.d.ts',
format: 'es',
},
plugins: [dts()],
plugins: [dts(), json()],
},
];

0 comments on commit 42b8869

Please sign in to comment.