From 5c5a7a0ea0b82b3b724082bfa5898858f7f16a95 Mon Sep 17 00:00:00 2001 From: iamkun Date: Thu, 7 Feb 2019 21:18:15 +0800 Subject: [PATCH] fix: Update module in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22ceb719e..26574ea77 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "2KB immutable date time library alternative to Moment.js with the same modern API ", "main": "dayjs.min.js", "types": "index.d.ts", - "module": "./lib/index.js", + "module": "./esm/index.js", "scripts": { "test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && npm run test-tz && jest", "test-tz": "jest test/timezone.test --coverage=false",