Skip to content

Commit

Permalink
fix: remove module entry in package.json to revert 1.10.1 change (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Jan 5, 2021
1 parent db2b6a5 commit 824dcb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "2KB immutable date time library alternative to Moment.js with the same modern API ",
"main": "dayjs.min.js",
"types": "index.d.ts",
"module": "esm/index.js",
"scripts": {
"test": "TZ=Pacific/Auckland npm run test-tz && TZ=Europe/London npm run test-tz && TZ=America/Whitehorse npm run test-tz && npm run test-tz && jest",
"test-tz": "date && jest test/timezone.test --coverage=false",
Expand Down

0 comments on commit 824dcb8

Please sign in to comment.