Skip to content

Commit

Permalink
Merge pull request #122 from Tehsurfer/context-source-fix
Browse files Browse the repository at this point in the history
Fix root url being hardcoded on sidebar
  • Loading branch information
alan-wu committed Aug 11, 2022
2 parents 8da3b84 + 3dfbc6e commit 0f3741c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/mapintegratedvuer",
"version": "0.3.4",
"version": "0.3.5",
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build --mode prod",
Expand All @@ -22,7 +22,7 @@
],
"dependencies": {
"@abi-software/flatmapvuer": "^0.3.1",
"@abi-software/map-side-bar": "^1.3.19",
"@abi-software/map-side-bar": "^1.3.20",
"@abi-software/plotvuer": "^0.3.9",
"@abi-software/scaffoldvuer": "^0.1.52",
"@abi-software/simulationvuer": "^0.5.9",
Expand Down

0 comments on commit 0f3741c

Please sign in to comment.