Skip to content

Commit 5a5d827

Browse files
committed
re-add main key to package.json to allow eslint to resolve module
1 parent cf6dcc1 commit 5a5d827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"type": "module",
88
"jsdelivr": "dist/chartjs-adapter-luxon.umd.min.js",
99
"unpkg": "dist/chartjs-adapter-luxon.umd.min.js",
10+
"main": "dist/chartjs-adapter-luxon.esm.min.js",
1011
"exports": {
1112
".": "./dist/chartjs-adapter-luxon.esm.js"
1213
},

0 commit comments

Comments
 (0)