Skip to content

Commit

Permalink
v5.0.3-beta.5
Browse files Browse the repository at this point in the history
* Fix webpack config
  • Loading branch information
tonysamperi committed Jun 5, 2024
1 parent fc54b13 commit ba15de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-luxon",
"version": "5.0.3-beta.4",
"version": "5.0.3-beta.5",
"license": "MIT",
"description": "Typescript version of the \"Immutable date wrapper\"",
"author": "Tony Samperi",
Expand Down
4 changes: 2 additions & 2 deletions webpack.cjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
globalObject: "this",
filename: '[name].js',
library: {
type: "module"
type: "commonjs"
}
}
};
};

0 comments on commit ba15de9

Please sign in to comment.