Skip to content

Commit 5d0ee09

Browse files
committed
fix styles import path
1 parent b03b9ce commit 5d0ee09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
],
3333
"exports": {
3434
".": "./dist/index.js",
35+
"./styles": {
36+
"style": "./dist/src/styles/index.scss",
37+
"default": "./dist/src/styles/index.js"
38+
},
3539
"./*": "./dist/src/*/index.js"
3640
},
3741
"scripts": {
@@ -53,7 +57,7 @@
5357
},
5458
"devDependencies": {
5559
"@reactunity/renderer": "^0.16.1",
56-
"@reactunity/scripts": "^0.16.2",
60+
"@reactunity/scripts": "^0.16.3",
5761
"concurrently": "^8.2.1",
5862
"copyfiles": "^2.4.1",
5963
"onchange": "^7.1.0",

0 commit comments

Comments
 (0)