Skip to content

Commit

Permalink
πŸš€ RELEASE: v1.2.20
Browse files Browse the repository at this point in the history
- Bugfix - cesium is not a function #33

Co-authored-by: Amit Genish <amitgk159753@gmail.com>
  • Loading branch information
nshen and amitgk1 committed Aug 6, 2022
1 parent 213610a commit e523a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-cesium",
"version": "1.2.19",
"version": "1.2.20",
"description": "Cesium library plugin for Vite",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -50,7 +50,7 @@
"vite": "^3.0.4"
},
"peerDependencies": {
"cesium": "^1.88.0",
"cesium": "1.95.0",
"vite": ">=2.7.1"
}
}

0 comments on commit e523a3e

Please sign in to comment.