Skip to content

Commit 44eaa6f

Browse files
committed
fix: use correct path mapping to styles.css
1 parent 3f4a845 commit 44eaa6f

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
@@ -143,8 +143,8 @@
143143
"types": "./dist/types/*.d.ts"
144144
},
145145
"./vue3-openlayers.css": {
146-
"import": "./dist/style.css",
147-
"require": "./dist/style.css"
146+
"import": "./dist/styles.css",
147+
"require": "./dist/styles.css"
148148
}
149149
},
150150
"files": [

0 commit comments

Comments
 (0)