Skip to content

Commit 5c5a7a0

Browse files
committed
fix: Update module in package.json
1 parent e2f1f6c commit 5c5a7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "2KB immutable date time library alternative to Moment.js with the same modern API ",
55
"main": "dayjs.min.js",
66
"types": "index.d.ts",
7-
"module": "./lib/index.js",
7+
"module": "./esm/index.js",
88
"scripts": {
99
"test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && npm run test-tz && jest",
1010
"test-tz": "jest test/timezone.test --coverage=false",

0 commit comments

Comments
 (0)