Skip to content

Commit c67ee7d

Browse files
committed
Revert "build: use the es6 build for ESM exports (#1707)"
This reverts commit cf67025.
1 parent cfa58a2 commit c67ee7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "https://github.com/moment/luxon",
1111
"exports": {
1212
".": {
13-
"import": "./build/es6/luxon.js",
13+
"import": "./src/luxon.js",
1414
"require": "./build/node/luxon.js"
1515
},
1616
"./package.json": "./package.json"

0 commit comments

Comments
 (0)