Skip to content

Commit

Permalink
chore(module): add ES2015 module support (iamkun#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored Feb 2, 2019
1 parent 97a6088 commit 9880fe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ package-lock.json
coverage

# dev
src
test
build
.babelrc
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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": "./src/index.js",
"scripts": {
"test": "jest",
"test-dst": "TZ=Pacific/Auckland npm run dst-test && TZ=Europe/London npm run dst-test && npm run dst-test",
Expand Down

0 comments on commit 9880fe7

Please sign in to comment.