Skip to content

Commit

Permalink
fix: Update module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Feb 7, 2019
1 parent e2f1f6c commit 5c5a7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5c5a7a0

Please sign in to comment.