Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rubber-duck-software committed May 22, 2024
2 parents fb35afc + 74af04d commit 4dbddae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iso-fns",
"description": "A string-based date-time library for Javascript.",
"version": "2.0.0-alpha.18",
"version": "2.0.0-alpha.19",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.release-esm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"moduleResolution": "Node",
"module": "esnext",
"outDir": "package/esm",
"target": "esnext",
Expand Down

0 comments on commit 4dbddae

Please sign in to comment.