Skip to content

Commit

Permalink
Fix missing extension in src/date.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Jun 28, 2022
1 parent a69a2ef commit 12b4c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@date-fns/utc",
"version": "0.5.2",
"version": "0.5.3",
"description": "UTC date utils",
"scripts": {
"test": "env TZ=Asia/Kolkata vitest",
Expand Down
2 changes: 1 addition & 1 deletion src/date/index.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { UTCDateMini } from "./mini";
import { UTCDateMini } from "./mini.mjs";

/**
* UTC date class. It maps getters and setters to corresponding UTC methods,
Expand Down

0 comments on commit 12b4c18

Please sign in to comment.