Skip to content

Commit

Permalink
Revert commonjs target to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Oct 10, 2023
1 parent 7c1b395 commit f611fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@
{
"name": "commonjs",
"path": "./dist/index.js",
"limit": "40 kB"
"limit": "45 kB"
},
{
"name": "esm",
"path": "./dist/index.mjs",
"limit": "30 kB"
"limit": "35 kB"
}
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"paths": {
"~/*": ["src/*"]
},
"target": "ES2022"
"target": "es5"
},
"include": ["src/**/*"]
}

0 comments on commit f611fd0

Please sign in to comment.