Skip to content

Commit 2e3450c

Browse files
authored
refactor: import should be listed before require (#2052)
1 parent 4d720bd commit 2e3450c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"exports": {
99
".": {
10-
"require": "./lib/postcss.js",
11-
"import": "./lib/postcss.mjs"
10+
"import": "./lib/postcss.mjs",
11+
"require": "./lib/postcss.js"
1212
},
1313
"./lib/at-rule": "./lib/at-rule.js",
1414
"./lib/comment": "./lib/comment.js",

0 commit comments

Comments
 (0)