Skip to content

Commit

Permalink
🚀 RELEASE: v1.2.19
Browse files Browse the repository at this point in the history
- Configurable parameters for build path for using the Cesium Ion SDK #30

Thanks @janhartmann
  • Loading branch information
nshen committed May 24, 2022
1 parent a4cfe07 commit 14fb272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"cesium": "^1.91.0",
"vite": "^2.9.1",
"vite-plugin-cesium": "^1.2.16"
"vite-plugin-cesium": "link:.."
}
}
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.18",
"version": "1.2.19",
"description": "Cesium library plugin for Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 14fb272

Please sign in to comment.