Skip to content

Commit 4b9eebe

Browse files
authored
Fix: package.json to correct sort default and require (#546)
1 parent bb08637 commit 4b9eebe

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
@@ -19,9 +19,9 @@
1919
"import": "./dist/driver.js.mjs"
2020
},
2121
"./dist/driver.css": {
22-
"default": "./dist/driver.css",
22+
"require": "./dist/driver.css",
2323
"import": "./dist/driver.css",
24-
"require": "./dist/driver.css"
24+
"default": "./dist/driver.css"
2525
}
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)