We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f1f6c commit 5c5a7a0Copy full SHA for 5c5a7a0
package.json
@@ -4,7 +4,7 @@
4
"description": "2KB immutable date time library alternative to Moment.js with the same modern API ",
5
"main": "dayjs.min.js",
6
"types": "index.d.ts",
7
- "module": "./lib/index.js",
+ "module": "./esm/index.js",
8
"scripts": {
9
"test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && npm run test-tz && jest",
10
"test-tz": "jest test/timezone.test --coverage=false",
0 commit comments