Skip to content

Commit 84f5989

Browse files
author
Bart Veneman
committed
use import instead of default
1 parent 5e8471a commit 84f5989

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
@@ -34,11 +34,11 @@
3434
"exports": {
3535
".": {
3636
"types": "./dist/index.d.ts",
37-
"default": "./dist/css-code-quality.js"
37+
"import": "./dist/css-code-quality.js"
3838
},
3939
"./core": {
4040
"types": "./dist/core.d.ts",
41-
"default": "./src/core.js"
41+
"import": "./src/core.js"
4242
}
4343
},
4444
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)