Skip to content

Commit c7e4696

Browse files
committed
fix: set correct style path after upgrade vite
1 parent db0284a commit c7e4696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"type": "module",
55
"description": "Mind elixir is a free open source mind map core.",
66
"keywords": [
@@ -46,8 +46,8 @@
4646
},
4747
"./readme.md": "./readme.md",
4848
"./package.json": "./package.json",
49-
"./style": "./dist/style.css",
50-
"./style.css": "./dist/style.css"
49+
"./style": "./dist/MindElixir.css",
50+
"./style.css": "./dist/MindElixir.css"
5151
},
5252
"typesVersions": {
5353
"*": {

0 commit comments

Comments
 (0)