Skip to content

Commit 8b41287

Browse files
author
Jakub Freisler
committed
fix(core): package.json field for styles entry
1 parent a645a97 commit 8b41287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"module": "dist/index.mjs",
1212
"exports": "./dist/index.modern.js",
1313
"sass": "src/styles/index.scss",
14-
"styles": "dist/index.css",
14+
"style": "dist/index.css",
1515
"scripts": {
1616
"lint": "concurrently yarn:lint:*",
1717
"lint:scripts": "eslint src/. --ext .js,.jsx,.ts,.tsx",

0 commit comments

Comments
 (0)