Skip to content

Commit

Permalink
chore: update config for esm and cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenchauhan2 committed Oct 29, 2023
1 parent b504df9 commit d59b486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gu2en",
"version": "1.0.0",
"version": "1.0.2",
"description": "Transliterate gujarati unicode text to english/roman letters",
"keywords": [
"transliteration",
Expand All @@ -16,7 +16,7 @@
"license": "GPL-3.0-or-later",
"author": "Hiren Chauhan",
"type": "module",
"main": "dist/gu2en.cjs.js",
"main": "dist/gu2en.cjs",
"module": "dist/gu2en.esm.js",
"browser": "dist/gu2en.umd.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion js/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = [
plugins: [eslint(), commonjs()],
output: [
{
file: 'dist/gu2en.cjs.js',
file: 'dist/gu2en.cjs',
format: 'cjs',
},
{
Expand Down

0 comments on commit d59b486

Please sign in to comment.