Skip to content

Commit

Permalink
🚀 RELEASE: v1.2.16
Browse files Browse the repository at this point in the history
- Fix: load widgets.css failed on windows #27

Thanks @wangjiandev
  • Loading branch information
nshen committed Apr 9, 2022
1 parent 15d0fef commit 50f1fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite build && vite preview"
},
"devDependencies": {
"cesium": "^1.88.0",
"vite": "^2.7.1",
"vite-plugin-cesium": "^1.2.13"
"cesium": "^1.91.0",
"vite": "^2.9.1",
"vite-plugin-cesium": "^1.2.16"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-cesium",
"version": "1.2.15",
"version": "1.2.16",
"description": "Cesium library plugin for Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 50f1fc5

Please sign in to comment.